Skip to content

Commit

Permalink
docs(2.0.0): updated readme and changelog (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch authored Mar 5, 2024
1 parent 61d53e3 commit 031eb65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@

[Back to Readme](README.md)

## [2.0.0](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.7.1...v2.0.0) (2024-03-??)
- Mutiple root folders
- Better invalid folder handling
## [2.0.0](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.7.1...v2.0.0) (2024-03-05)
- Closes [#61](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/61): Mutiple root folders
- Closes [#102](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/102) [#124](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/124): Better invalid folder handling
- Closes [#106](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/106): Option to add an open workspace outside of root folders to your config
- Closes [#116](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/116): Removed circular deps.
- Closes [#95](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/95): Support for remote machines and root folders. The root flders are now machine scoped
- Closes [#99](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/99): Cache is now linked to version
- Fixes [#112](https://github.com/sketchbuch/vsc-workspace-sidebar/issues/122): Green X on some icons
- Removed sorting of workspaces in list view
- Symlinks now work
- Updated documentation

## [1.7.1](https://github.com/sketchbuch/vsc-workspace-sidebar/compare/v1.7.0...v1.7.1) (2023-10-12)
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ If you are intersted in contributing:
- You can package a test version of the extension as a vsix file using the command: `vsce package`.
- Test the VSIX on Linux, Mac, and Windows.
- Lint and typechecking commands exist
- [Sample colours and CSS variable names](./docs/Colours.md)
- [Sample colours and CSS variable names](./docs/Colours.md)

## Support

If you use this plugin and want to help support development, please [PayPal Me](https://www.paypal.com/paypalme/stephenbungert).

0 comments on commit 031eb65

Please sign in to comment.