Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Jan 3, 2025
1 parent 88991ee commit 87fe679
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 1.9.1

### Fixes & Improvements

- Updated the chat panel to be compatible with Tabby server versions 0.21.2, 0.22.0, and later.

## 1.9.0

### Features

- Added a list of actions in the editor's right-click context menu to interact with the Tabby chat panel.

### Fixes & Improvements

- Added support for collecting declaration code snippets to improve the code completion context.
- Fixed the "Test Connection" button in the settings page to wait for the response correctly.
- Fixed the bug where changing the completion trigger mode did not take effect immediately.
- Fixed the chat panel theme syncing issue when switching between light and dark themes.
- Added a help message when failing to create the chat panel.

## 1.8.6

### Fixes & Improvements

- Fixed unhandled exception for requests when the completion API is not available on the server.
- Added support for the latest IntelliJ Platform IDE versions.

## 1.8.4

### Fixes & Improvements
Expand Down
2 changes: 1 addition & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks {

intellijPlatform {
pluginConfiguration {
version.set("1.9.0-dev")
version.set("1.10.0-dev")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 87fe679

Please sign in to comment.