Skip to content

Commit

Permalink
chore(vscode): bump vsce version to 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Aug 29, 2024
1 parent d5db8c3 commit 78fff9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 78fff9d

Please sign in to comment.