Skip to content

Releases: sketchbuch/vsc-workspace-sidebar

v2.1.0

11 Oct 06:15
fb674ce
Compare
Choose a tag to compare

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

28 Apr 05:44
6244e13
Compare
Choose a tag to compare
  • 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

05 Mar 20:59
031eb65
Compare
Choose a tag to compare
  • 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

13 Oct 07:49
75ff793
Compare
Choose a tag to compare

1.7.1 (2023-10-12)

  • Closes #89
  • Fixed rendering of file icons on windows

v1.7.0

11 Oct 07:19
Compare
Choose a tag to compare

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

23 Sep 21:44
Compare
Choose a tag to compare

1.6.0 (2023-09-23)

  • Closes #81 - Support file icon themes

v1.5.1

25 Aug 17:31
Compare
Choose a tag to compare

1.5.1 (2023-08-25)

  • Fixes issues with links in changelog
  • Fixes the view title when recollecting workspaces

v1.5.0

25 Aug 14:10
Compare
Choose a tag to compare

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

01 Dec 22:01
Compare
Choose a tag to compare
  • 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

24 Mar 19:38
Compare
Choose a tag to compare
  • 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