Releases: Kruemelkatze/vscode-dashboard
Releases · Kruemelkatze/vscode-dashboard
[2.6.0] 2022-11-22
[2.6.0] 2022-11-22
Added
- Support for relative paths. This only works if a workspace is already open.
- Command to add all subfolders of a selected folder as projects.
- Option to restore data from other storage if switched from global state to settings or vice-versa. This should act as a fallback for a rare case where project data is reset after receiving synced settings data.
Changed
- Set activation event back to
\*
fromonStartupFinished
. This should fix the dashboard starting after a long delay. - Adding remote WSL folders is now supported via their
\\wsl$
uri.
Fixed
- Fixed custom css styling. Thanks to BergkampHUN.
- Fixed left ellipsis solution in project path display for some edge cases.
[2.5.2] 2022-04-12
[2.5.2] 2022-04-12
Added
- Fallbacks for inbuilt colors if they are not set or changed. This happens in restricted mode or due to changes in vscode.
Fixed
- Extension is now configured to not require workspace trust.
2.5.1
[2.5.1] 2022-01-07
Fixed
- Middle mouse button now opens project in new window even when it is used for scrolling.
2.5.0
[2.5.0] 2021-11-24
Added
- Added a filtering option, toggled by CTRL + F.
- Added an option controlling '+ New Group' visibility in the dashboard.
Fixed
- Webview now scrolls when project or group is dragged to window bounds.
- Dragging can be canceled by pressing ESC.
2.4.0
[2.4.0] 2021-08-11
Added
- Clicking a project with the middle mouse button opens it in a new tab.
Fixed
- Fixed grammar. :)
2.3.2
2.3.1
[2.3.1] 2020-11-23
Changed
- Upon clicking the sidebar icon, the sidebar view switches to the explorer instead of closing itself. This fixes an unrecoverable state when the dashboard view is placed under another sidebar view container.
2.3.0
[2.3.0] 2020-11-23
Added
- Sidebar icon for opening the project dashboard.
Changed
- The dashboard now has a dedicated icon.
2.2.2
[2.2.2] 2020-07-03
Fixed
- Editing dashboard.projectData in settings does not wrongly format null value any more.
2.2.1
[2.2.1] 2020-05-13
Fixed
- Opening remote SSH folder projects.
- Opening remote projects in new window.