From 84b794a5e2d69a38947eb93e5d6b484cfe97a92a Mon Sep 17 00:00:00 2001 From: Jan Drewnak Date: Thu, 14 Jan 2021 22:01:34 +0100 Subject: [PATCH] Update changelog --- docs/updates/CHANGELOG.md | 2 +- docs/updates/CHANGELOG_add.md | 57 ----------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 docs/updates/CHANGELOG_add.md diff --git a/docs/updates/CHANGELOG.md b/docs/updates/CHANGELOG.md index 4d3fbce..1ed397e 100644 --- a/docs/updates/CHANGELOG.md +++ b/docs/updates/CHANGELOG.md @@ -6,7 +6,7 @@ nav_order: 1000 --- # Changelog -## 0.3.0 (2021-01-07) +## 0.3.0 (2021-01-14) **Enhancements** diff --git a/docs/updates/CHANGELOG_add.md b/docs/updates/CHANGELOG_add.md deleted file mode 100644 index bc4adc3..0000000 --- a/docs/updates/CHANGELOG_add.md +++ /dev/null @@ -1,57 +0,0 @@ -# Changelog - -## [0.3.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/0.3.0) (2021-01-07) - -**Implemented enhancements:** - -- "Open bundle" command: Don't display bundle name \(again\) in details [\#35](https://github.com/ctjdr/vscode-apprt-bundles/issues/35) -- "Open Bundle" command: Match on bundle parent paths [\#33](https://github.com/ctjdr/vscode-apprt-bundles/issues/33) -- Make "manifest" reveal type the default [\#32](https://github.com/ctjdr/vscode-apprt-bundles/issues/32) -- Clean up bundle reveal type settings [\#31](https://github.com/ctjdr/vscode-apprt-bundles/issues/31) -- Exclude bundles from defined paths from list displayed for "Open bundle" command [\#25](https://github.com/ctjdr/vscode-apprt-bundles/issues/25) -- Add comand to "open current README" [\#23](https://github.com/ctjdr/vscode-apprt-bundles/issues/23) -- Keep a list of recently opened bundles when using the "apprt: Open bundle" command [\#20](https://github.com/ctjdr/vscode-apprt-bundles/issues/20) -- Add comand to "open current manifest" [\#19](https://github.com/ctjdr/vscode-apprt-bundles/issues/19) -- Don't suggest deprecated or other unwanted keys when editing manifest.json files [\#16](https://github.com/ctjdr/vscode-apprt-bundles/issues/16) -- Provide better snippets for most commonly used manifest.json keys [\#15](https://github.com/ctjdr/vscode-apprt-bundles/issues/15) -- "Goto Definition" for components opens implementing file [\#11](https://github.com/ctjdr/vscode-apprt-bundles/issues/11) - -**Fixed bugs:** - -- No help docs on auto-complete [\#17](https://github.com/ctjdr/vscode-apprt-bundles/issues/17) - -**Closed issues:** - -- Set "bugs" field in package.json [\#30](https://github.com/ctjdr/vscode-apprt-bundles/issues/30) -- Give extension a non-technical name [\#29](https://github.com/ctjdr/vscode-apprt-bundles/issues/29) -- Add homepage to package.json [\#27](https://github.com/ctjdr/vscode-apprt-bundles/issues/27) - -**Merged pull requests:** - -- Use term "app.rt Bundles" instead of apprt-bundles [\#43](https://github.com/ctjdr/vscode-apprt-bundles/pull/43) ([ctjdr](https://github.com/ctjdr)) -- \#31 - Migrate "expandFolder" toggle to "folderExpand" option [\#42](https://github.com/ctjdr/vscode-apprt-bundles/pull/42) ([ctjdr](https://github.com/ctjdr)) -- Fixes \#32 - Make "manifest" reveal type the default [\#41](https://github.com/ctjdr/vscode-apprt-bundles/pull/41) ([ctjdr](https://github.com/ctjdr)) -- \#25 - Add properties to ignore or hide bundles [\#40](https://github.com/ctjdr/vscode-apprt-bundles/pull/40) ([ctjdr](https://github.com/ctjdr)) -- \#30 - Set "bugs" field in package.json [\#37](https://github.com/ctjdr/vscode-apprt-bundles/pull/37) ([ctjdr](https://github.com/ctjdr)) -- \#35 - "Open bundle" command: Don't display bundle name \(again\) in details [\#36](https://github.com/ctjdr/vscode-apprt-bundles/pull/36) ([ctjdr](https://github.com/ctjdr)) -- \#33 - "Open Bundle" command: Match on bundle parent paths [\#34](https://github.com/ctjdr/vscode-apprt-bundles/pull/34) ([ctjdr](https://github.com/ctjdr)) -- \#27 - Add homepage to package.json [\#28](https://github.com/ctjdr/vscode-apprt-bundles/pull/28) ([ctjdr](https://github.com/ctjdr)) - -## [v0.2.0](https://github.com/ctjdr/vscode-apprt-bundles/tree/v0.2.0) (2020-11-27) - -**Implemented enhancements:** - -- Activate extension only when manifest.json file present in workspace [\#9](https://github.com/ctjdr/vscode-apprt-bundles/issues/9) -- Indicate extension startup in status bar [\#8](https://github.com/ctjdr/vscode-apprt-bundles/issues/8) - -**Fixed bugs:** - -- Extension bundle contains unnecessary files [\#7](https://github.com/ctjdr/vscode-apprt-bundles/issues/7) - -**Closed issues:** - -- Use webpack to bundle extension [\#10](https://github.com/ctjdr/vscode-apprt-bundles/issues/10) - - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*