Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.8.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Nov 14, 2024
1 parent b05706a commit 9663205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 1.8.5
## 1.8.6

### Fixes:
### 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
Expand Down Expand Up @@ -145,10 +146,10 @@
- Added an option to mute warning messages for the slow completion response time.
- Updated the config.toml file to include new configuration options: `server.auth` and `completion.timeout`.
- Added experimental features aimed at fine-tuning completion quality. These features are disabled by default but can be enabled by setting the corresponding config flag to `true` in the `config.toml` file, include:
- `completion.prompt.experimentalStripAutoClosingCharacters`: Strip auto-closing brackets and quotes in prompt suffix, to generate more lines in FIM mode.
- `postprocess.limitScope.indentation.experimentalKeepBlockScopeWhenCompletingLine`: Use the block scope instead of line scope when using indentation to limit the completion scope and the completion is continuing the current line.
- `postprocess.limitScope.experimentalSyntax`: Use syntax parser to limit the completion scope.
- `postprocess.calculateReplaceRange.experimentalSyntax`: Use syntax parser to calculate the completion replace range, to avoid duplicated auto-closing brackets and quotes.
- `completion.prompt.experimentalStripAutoClosingCharacters`: Strip auto-closing brackets and quotes in prompt suffix, to generate more lines in FIM mode.
- `postprocess.limitScope.indentation.experimentalKeepBlockScopeWhenCompletingLine`: Use the block scope instead of line scope when using indentation to limit the completion scope and the completion is continuing the current line.
- `postprocess.limitScope.experimentalSyntax`: Use syntax parser to limit the completion scope.
- `postprocess.calculateReplaceRange.experimentalSyntax`: Use syntax parser to calculate the completion replace range, to avoid duplicated auto-closing brackets and quotes.

### Fixes:

Expand Down Expand Up @@ -210,5 +211,5 @@
- Added support for Tabby Cloud hosted server authorization.

### Fixes:
- Fixed inlay text rendering issues.

- Fixed inlay text rendering issues.
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.5")
version.set("1.8.6")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 9663205

Please sign in to comment.