chore(intellij): bump intellij plugin version to 1.0.0. (#618)

r0.4
Zhiming Ma 2023-10-23 16:02:17 +08:00 committed by GitHub
parent df83769147
commit 43fe801e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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:

View File

@ -6,7 +6,7 @@ plugins {
}
group = "com.tabbyml"
version = "1.0.0-dev"
version = "1.0.0"
repositories {
mavenCentral()