diff --git a/clients/intellij/CHANGELOG.md b/clients/intellij/CHANGELOG.md index f3afb81ba1c3..a651b740ef0a 100644 --- a/clients/intellij/CHANGELOG.md +++ b/clients/intellij/CHANGELOG.md @@ -1,3 +1,27 @@ +## 1.8.4 + +### Fixes & Improvements + +- Fixed an issue where the chat panel failed to display when the endpoint configuration ended with a trailing slash. + +## 1.8.3 + +### Fixes & Improvements + +- Fixed a bug that caused the Tabby plugin to not initialize when TLS certificates failed to load. (https://github.com/TabbyML/tabby/issues/3248) + +## 1.8.2 + +### Fixes & Improvements + +- Fix DataStore initialization that prevented Tabby from starting on a fresh installation. (https://github.com/TabbyML/tabby/issues/3234) + +## 1.8.1 + +### Features + +- Updated the chat panel to compatible with Tabby server v0.18.0 or later. + ## 1.7.1 ### Features diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index e707da74d7d6..e3afc20b4735 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -39,7 +39,7 @@ tasks { intellijPlatform { pluginConfiguration { - version.set("1.8.0-dev") + version.set("1.9.0-dev") changeNotes.set(provider { changelog.renderItem( changelog.getLatest(),