diff --git a/apps/vscode/extension/CHANGELOG.md b/apps/vscode/extension/CHANGELOG.md index ff28d3da6..4cf521039 100644 --- a/apps/vscode/extension/CHANGELOG.md +++ b/apps/vscode/extension/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.0.17 +- Improved grouping of shapes. You can now group a shape with an arrow bound to it. +- Improved handling of images. We now downscale them, which should improve performance. +- Improved Japanese translations. +- Fixed the background color of culled shapes when using dark mode. +- Fixed a bug with exporting shapes that have the same dimensions as their parent frame shape. + ## 2.0.16 - Fixed keyboard shortcuts. - Fixed edit link button stopping the mouse events from working. diff --git a/apps/vscode/extension/package.json b/apps/vscode/extension/package.json index f5bc03fe5..d036bf7d1 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.16", + "version": "2.0.17", "private": true, "packageManager": "yarn@3.5.0", "author": {