Releases: blakedietz/vscode-nested-tags
Releases · blakedietz/vscode-nested-tags
v1.7.0
v1.6.0
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
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
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