Skip to content

Commit

Permalink
docs(v1.7.0): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch committed Oct 11, 2023
1 parent 38e7d56 commit 1fb0b85
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.7.0](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.6.1...v1.7.0) (2023-10-11)

- Closes [#87](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/87)
- Removed cache duration. Cache will persist until manually refreshing or until certain config values are changed (see readme)
- Added search options to config
- Added excluded folders to config to allow additional folders to be specified
- Clean Labels no only requires a rerender rather than dumping the cache.
- Update documentation

## [1.6.1](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.6.0...v1.6.1) (2023-09-23)

- Closes #85 - Sometimes the match only works if the first segment is matched
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ This extension is localised, if you want it in your language please send me a tr

## Latest Version

### [1.6.1](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.6.0...v1.6.1) (2023-09-30)
### [1.7.0](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.6.1...v1.7.0) (2023-10-11)

- Closes #85 - Sometimes the match only works if the first segment is matched
- Closes [#87](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/87)
- Removed cache duration. Cache will persist until manually refreshing or until certain config values are changed (see readme)
- Added search options to config
- Added excluded folders to config to allow additional folders to be specified
- Clean Labels no only requires a rerender rather than dumping the cache.
- Update documentation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vsc-workspace-sidebar",
"description": "Adds a sidebar to VSCode that lists Workspaces and lets you open them in the current window or a new window.",
"displayName": "Workspace Sidebar",
"version": "1.6.1",
"version": "1.7.0",
"activationEvents": [
"onStartupFinished"
],
Expand Down

0 comments on commit 1fb0b85

Please sign in to comment.