chore(intellij): bump intellij plugin version to 1.0.0. (#618)
parent
df83769147
commit
43fe801e73
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "com.tabbyml"
|
||||
version = "1.0.0-dev"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
Loading…
Reference in New Issue