diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 12a446b8ea47..078be5830a6b 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.9.3 + +**pre-release** + +### Fixes & Improvements + +- Inline edit streaming steps are now considered as one undo-redo step. +- Added a button in the source control view title to easily generate commit messages. +- Fixed a bug where the chat panel did not refresh when server configuration was changed. + ## 1.9.1 **pre-release** diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 752d2a005fb8..350775af7ecc 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "1.9.1", + "version": "1.9.3", "keywords": [ "ai", "autocomplete",