Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.0.0. (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Oct 23, 2023
1 parent df83769 commit 43fe801
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0

### Changes:

- Added support for completion replacement. If a completion will replace the suffix characters after the cursor, these characters will be hidden.
- Added auto-closing character check to improve inline completion experience. This improvement ensures proper handling of scenarios involving missing or duplicate closing characters.
- Optimized completion caching for better efficiency, especially when a completion is partially accepted.
- Updated the config.toml template file by removing deprecated options.

## 0.6.0

### 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 @@ -6,7 +6,7 @@ plugins {
}

group = "com.tabbyml"
version = "1.0.0-dev"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 43fe801

Please sign in to comment.