diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index a2f929282b58..a99af28a6a85 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.10.1 + +### Fixes & Improvements + +- Enhanced inline editing streaming experience. +- Added the option to utilize `Edit with Tabby` in the quick fix menu for quicker access. +- Supported using the http proxy configuration in the VSCode settings. + ## 1.10.0 ### Features diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 6cc90503145a..7cee54cfbd89 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.10.0", + "version": "1.10.1", "keywords": [ "ai", "autocomplete",