Releases: sketchbuch/vsc-workspace-sidebar
Releases · sketchbuch/vsc-workspace-sidebar
v2.1.0
2.1.0 (2024-04-28)
- Fixes #197: List reducer assumes folderpath is valid and shows wrong status
- Closes #195: Root folders with an error need to show the refresh icon still
- Fixes #192: Fix refresh all
- Fixes #190: Hide refresh icon on root folders that are loading
- Closes #186: More robust testing of reordering of root folders
- Closes #184: If depth/excludeHidden change, recollect workspaces
- Fixes #183: Fix tests after changes
- Adds #180: Handle reordered rootfolders
- Adds #173: Display the explorer after opening a workspace in a new window
- Adds #172: Respect tree settings in list view
- Adds #170: Look into collecting workspaces async
- Closes #194: Updated docs for v2.1.0
v2.0.4
- Closes #145: Adds additional information on the loading screen
- Closes #146: Updated documentation
- Closes #147: Impoved the config watch to be more efficient
- Closes #153: Closed folders are now opened when searching
- Fixes #148: The wrong tooltip was used on some folders. This has been corrected
- Fixes #157: excludeHiddenFolders is no longer applied to the last folder in a rootFolder path.
- Added space between root folders and made the root folder name more obvious via CSS changes. Also the root folders will now have their name cleaned if
workspaceSidebar.cleanLabels
is true
v2.0.0
- Closes #61: Mutiple root folders
- Closes #102 #124: Better invalid folder handling
- Closes #106: Option to add an open workspace outside of root folders to your config
- Closes #116: Removed circular deps.
- Closes #95: Support for remote machines and root folders. The root flders are now machine scoped
- Closes #99: Cache is now linked to version
- Fixes #112: Green X on some icons
- Removed sorting of workspaces in list view
- Symlinks now work
- Updated documentation
v1.7.1
v1.7.0
1.7.0 (2023-10-11)
- Closes #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
- File icon matching updates
v1.6.0
v1.5.1
v1.5.0
1.5.0 (2023-08-25)
- Fixed #71 - Search term must be lowercase.
- Search now has two options: search from beginning of label, and case insensitive.
- Also substrings matching the search terms are now shown
- Fixed #68 - Error message displays folder path is not a directory
- Added handling for different issues when collecting workspaces: not a folder, no workspaces found, no workspaces found with depth 0, and any other errror
- Restyled the open folder display
- Added an "open in file manager" icon to items and folders
- Updated tests
- Changed linting
- Fixed issues with running tests
v1.4.2
- Fixes workspaces with dots in the file names being displayed
- Added option to compact folders if the explorer compact option is true (tree view)
- Updated tests
v1.4.1
- Fixes an issue that workspaces in the root directory were not displayed in tree view. Resolves #47
- Tree generation has been changed so that sorting of sub folders and files is possible. In 1.4.0 folders always came before workspaces.
- A config setting has been added to decide if the tree should be condensed or not (default is true). Condensing removes subfolders if they are no further subfolders and there is only one workspace file within it. The Workspace is then displayed in their parent folder to reduce visual noise if you only ever have one workspace per folder.
- Added more tests, refactored tests and improved file/file tree mocks