From 78fff9d6fefed1b0593261f551c59f32558b040b Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Thu, 29 Aug 2024 12:04:35 +0800 Subject: [PATCH] chore(vscode): bump vsce version to 1.10.0. --- clients/vscode/CHANGELOG.md | 29 ++++++----------------------- clients/vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 078be5830a6b..a2f929282b58 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,35 +1,18 @@ -## 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** - -### Fixes & Improvements - -- Enhanced user experience with the shortcut `Ctrl/Cmd + L`. -- Decreased the delay in navigating to files when clicking on context references in the chat panel. - -## 1.9.0 - -**pre-release** +## 1.10.0 ### Features -- Introduced a new UI for the Tabby command palette, helping you quickly inspect status and navigate to commands. Access the command palette by clicking the `Tabby` label in the status bar. +- Introduced a new UI for the Tabby command palette, helping you quickly inspect status and navigate to commands. Access the command palette by clicking the `Tabby` label in the status bar. - Added a new keybinding `Ctrl/Cmd + L` to open the chat panel. - Enhanced the chat panel conversation context by allowing you to manually add code snippets through right-click menu or `Ctrl/Cmd + L`. +- Added a button in the source control view title to easily generate commit messages. ### Fixes & Improvements - Renamed the command `Tabby: Edit...` to `Tabby: Start Inline Editing`. You can edit commands from the history now. +- Inline edit streaming steps are now considered as one undo-redo step. +- Fixed a bug where the chat panel did not refresh when server configuration was changed. +- Decreased the delay in navigating to files when clicking on context references in the chat panel. ## 1.8.2 diff --git a/clients/vscode/package.json b/clients/vscode/package.json index ce6c1e8533d9..b46bebfa17f1 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.4", + "version": "1.10.0", "keywords": [ "ai", "autocomplete",