Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 1.43 KB

Change Log

All notable changes to the "markdown-hashtags" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

[2.0.1] - 2022.07.30

  • Minor release with fix in package.json.

[2.0.0] - 2022.07.18

  • Add support for nested hashtags (see #22).
    • Great job by @Decmoe47

[1.4.0] - 2021.08.05

  • Add buttons to hashtag tree view (see #18)

[1.3.1] - 2021.07.27

  • Only complete on one hashtag symbol (see #3 and comment).

[1.3.0] - 2021.05.29

  • Add two sorting options (alphabetical, counter) to configuration (see #14).

[1.2.1] - 2021.02.19

  • Fix space in autocompletion (see #12).

[1.2.0] - 2021.01.10

  • Add count and position to description in hashtag tree provider.

[1.1.1] - 2021.01.07

  • Fix hashtag regexp to match only from new line and space.

[1.1.0] - 2021.01.06

  • Add feature to support unicode hashtags (see #5)

[1.0.0] - 2020.11.28

  • Initial release