VS Code 2.0.23 (#2756)

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
This commit is contained in:
Mitja Bezenšek 2024-02-06 16:41:44 +01:00 committed by GitHub
parent 8cd8117acf
commit 34673156c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -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.

View file

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