VS Code version bump, changelog. (#1497)

Bump VS code version, update changelog.

### Change Type

- [x] `patch` — Bug Fix
pull/1340/head^2
Mitja Bezenšek 2023-06-01 20:14:35 +02:00 zatwierdzone przez GitHub
rodzic d738c28c19
commit 941647fd1b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 21 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,23 @@
## 2.0.7
- New laser tool!
- New checkbox shape!
- Add veritcal alignment options to Notes and Geo shapes.
- Change how horizontal alignemnt works.
- Improve exporting and saving to svgs.
## 2.0.6
- Improved appearance of selection for single draw shapes.
- Improve handling of pixel scale when pasting images.
- Fixed a bug where pasted tabs wouldn't get converted into spaces.
- Fixed trailing tab characters in text labels not exporting correctly.
- Fixed empty text shapes sometimes not getting deleted.
- Fix a bug where grid mode couldnt be enabled.
- Fixed a bug where the pointer location would not update when moving the pointer over an editing shape.
- Fixed a bug where the wrong default language option could be chosen.
- Fixed a minor consistency bug when re-doing a shape update.
- Re-doing a deletion of the current page now correctly navigates back to that page.
## 2.0.5
- Fixed another issue with undo / redo.

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "tldraw-vscode",
"description": "The tldraw extension for VS Code.",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"packageManager": "yarn@3.5.0",
"author": {