Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

93 lines (52 loc) · 4.54 KB

1.5.0 (2019-04-23)

Features

  • docs: Add changelog support (a6f1de4)

1.4.0 (2019-04-23)

Features

  • tag tree: Add relative file path (#43) (811fbe7)

1.3.0 (2019-04-22)

Features

  • yaml: Ref 615e932af45ff4ef73b9810d0f4bdf80fb567167 (a5de2c3)

1.2.2 (2019-04-01)

Bug Fixes

  • last build: Fixes build (7b2188f)

1.2.1 (2019-03-28)

Bug Fixes

1.2.0 (2019-03-15)

Features

  • File node: Add support for opening file from file node (#36)
  • Tag tree: Sort the tag tree by tag and file (#21)

Documentation

  • vscode logo: Adds logo for extension (#20)

Build

  • config.yml: Add release branch

1.1.1 (2019-02-14)

Bug fixes

  • File tree: Only allow markdown files in the tree (#27)
  • Performance: Scan files asynchronously (#24)

1.1.0 (2019-02-09)

Bug Fixes

  • icon.png: Renames nested-tags-logo.png to icon.png (#23) (0a2182c)

Features

1.0.2 (2019-02-06)

Bug Fixes

  • performance: Debounce on document change (97df61c)

1.0.1 (2019-02-05)

Bug Fixes

  • package.json: Add onView activationEvent (429bbc9)

1.0.0 (2019-02-05)

Bug Fixes

  • release: Fix release build (e64c1d4)

Features

  • add package support: Publish major version to marketplace (f644887)
  • big bang: Start of the project (576efa9)
  • file change support: Add support for file change events (664b716)
  • modified file change: Update treeview on δ (187f071)
  • project file support: Read files (a7ce181)
  • tag-tree-data-provider: Add FileSystemProvider support (9e8dcc7)
  • TagTree: Add first implementation of a tag tree (50fe369)
  • tree view: Add vscode tree view for tags (65e4214)
  • tree view: Adds support for working tree view example (c0f8372)
  • trie: Adds trie (08db995)