From 87fe67930d08cd05202f6471fba1d3cbd46ba70b Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Fri, 3 Jan 2025 23:22:39 +0800 Subject: [PATCH] chore(intellij): bump intellij plugin version to 1.10.0. --- clients/intellij/CHANGELOG.md | 27 +++++++++++++++++++++++++++ clients/intellij/build.gradle.kts | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/clients/intellij/CHANGELOG.md b/clients/intellij/CHANGELOG.md index a651b740ef0a..e5c90644ad07 100644 --- a/clients/intellij/CHANGELOG.md +++ b/clients/intellij/CHANGELOG.md @@ -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 diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index a2895d16a79c..28e4855a2a5e 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -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(),