Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.9.0-dev. (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Oct 24, 2024
1 parent 41ca242 commit f4f6fa6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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(),
Expand Down

0 comments on commit f4f6fa6

Please sign in to comment.