Skip to content

Releases: blakedietz/vscode-nested-tags

v1.7.0

05 Dec 00:29
Compare
Choose a tag to compare

1.7.0 (2019-12-05)

Features

Add support for changing file names.

v1.6.0

05 Dec 00:16
Compare
Choose a tag to compare

1.6.0 (2019-12-05)

Bug Fixes

  • yaml: Actually implement yaml support (cadb411), closes #18
  • Fixes build after expired personal access token caused failed push (4960721)
  • extension.ts: Remove an unnecessary console.log (5439554)
  • File rename support: Update tag links when a file or folder is moved. (93bda91)

Features

  • file move: Add file move support (4d79193)
  • file types: Allow users to configure file types to be watched (#46) (7e874cf)

v1.5.1

24 Apr 16:28
Compare
Choose a tag to compare

1.5.1 (2019-04-24)

Bug Fixes

  • yaml: Actually implement yaml support (cadb411), closes #18

v1.5.0

23 Apr 19:37
Compare
Choose a tag to compare

1.5.0 (2019-04-23)

Features

  • docs: Add changelog support (a6f1de4)

v1.4.0

23 Apr 18:44
811fbe7
Compare
Choose a tag to compare

1.4.0 (2019-04-23)

Features

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

v1.3.0

22 Apr 23:53
Compare
Choose a tag to compare

1.3.0 (2019-04-22)

Features

v1.2.2

01 Apr 15:40
Compare
Choose a tag to compare

1.2.2 (2019-04-01)

Bug Fixes

  • last build: Fixes build (7b2188f)

v1.2.1

28 Mar 01:21
7949982
Compare
Choose a tag to compare

1.2.1 (2019-03-28)

Bug Fixes

v1.2.0

05 Mar 21:24
f4eb2d6
Compare
Choose a tag to compare
feat(File node): Add support for opening file from file node (#36)

* docs(vscode-logo): Adds logo for extension (#20)

* docs(logo): Add logo

* build(config.yml): Add release branch

* feat(Sorting): Sort the tag tree by tag and file (#21)

Sort the tag tree alphbetically first by tags, then by file.

Resolves #11

* style(tag-tree-data-provider.ts): Add some space in the import statement

* ci(config.yml): Add develop branch to trigger ci

* fix(icon.png): Renames nested-tags-logo.png to icon.png

* perf(tag-tree-data-provider.ts): Scan files asynchronously (#24)

* Scan files asynchronously
* Only include markdown files

* docs(CHANGELOG.md): Automatically publish changes to CHANGELOG.md (#25)

Automatically publish changes to CHANGELOG.md

* feat(go to file): add file-open command to file nodes (#34)

- make treeDataProvider use vscode the findFiles function for searching
    - read files and scan for tags asynchronously

* build(recursive-readdir): Remove recursive-readdir as a dependency

* ci(package.json): Change run order of the plugins for semantic release

v1.1.1

14 Feb 23:23
ac78af2
Compare
Choose a tag to compare

fix(File tree): Only allow markdown files in the tree (#27)

  • perf(tag-tree-data-provider.ts): Scan files asynchronously (#24)
  • Scan files asynchronously
  • Only include markdown files
  • docs(CHANGELOG.md): Automatically publish changes to CHANGELOG.md (#25)

Automatically publish changes to CHANGELOG.md