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.",