From 34673156c4a719dc9832c6226669bdbcf674906d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Tue, 6 Feb 2024 16:41:44 +0100 Subject: [PATCH] VS Code 2.0.23 (#2756) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VS Code version bump. ### Change Type - [x] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [ ] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version --- apps/vscode/extension/CHANGELOG.md | 12 ++++++++++++ apps/vscode/extension/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index 8b1f01563..1841e8084 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.0.23 + +- New: Positional keyboard shortcuts for toolbar. You can now use 1, 2, 3,... to select the first, second, third,... tool in the toolbar. +- New: You can now change the arrow label placement by simply dragging it towards one of the arrow's ends. +- New: You can now snap shapes that are within the frame to the frame's edges and the frame's centre. +- Improves duplication. If you alt drag a shape to duplicate it and use duplication afterwards, the new shape will use the same offset as the one you just created. +- Improves the geo cloud icon. +- Improves dismissing dialogs. +- Improves note shape border radius. +- Improves exporting of images. This should now be significantly faster. +- Updates the colors of the dark mode. + ## 2.0.22 - Improves the dark mode appearance. diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index bb72e1207..c41052f8e 100644 --- a/apps/vscode/extension/package.json +++ b/apps/vscode/extension/package.json @@ -1,7 +1,7 @@ { "name": "tldraw-vscode", "description": "The tldraw extension for VS Code.", - "version": "2.0.22", + "version": "2.0.23", "private": true, "author": { "name": "tldraw Inc.",