Skip to content

Releases: Kruemelkatze/vscode-dashboard

[2.6.0] 2022-11-22

22 Nov 21:50
Compare
Choose a tag to compare

[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 \* from onStartupFinished. 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

12 Apr 20:48
Compare
Choose a tag to compare

[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

07 Jan 22:15
Compare
Choose a tag to compare

[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

24 Nov 20:22
Compare
Choose a tag to compare

[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

11 Aug 21:20
Compare
Choose a tag to compare

[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

15 Jul 22:36
Compare
Choose a tag to compare

[2.3.2] 2021-07-16

Changed

  • Set extensionKind to ["ui", "workspace"], following #65.

2.3.1

23 Nov 18:14
Compare
Choose a tag to compare

[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

23 Nov 13:49
Compare
Choose a tag to compare

[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

03 Jul 12:40
Compare
Choose a tag to compare

[2.2.2] 2020-07-03

Fixed

  • Editing dashboard.projectData in settings does not wrongly format null value any more.

2.2.1

13 May 19:48
Compare
Choose a tag to compare

[2.2.1] 2020-05-13

Fixed

  • Opening remote SSH folder projects.
  • Opening remote projects in new window.