chore: bump intellij plugin version 0.6.0. (#532)

r0.3
Zhiming Ma 2023-10-11 12:46:25 +08:00 committed by GitHub
parent 75d2944fb6
commit fff177b810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## 0.6.0
### Features:
- Added an option to switch between automatic/manual completion trigger mode. This option replaces the old enable/disable inline completion option. You can use the `Alt + \` hotkey to trigger inline completion in manual mode.
- Added an option to specify the Node.js binary path.
- Added an action to open online help documents quickly in status bar item menu.
### Fixes:
- Adjusted notifications for `highCompletionTimeoutRate` and `slowCompletionResponseTime` to be displayed only once per session.
- Improved anonymous usage tracking, reduced the frequency of data submissions. Your contribution in sending anonymous usage data is greatly appreciated. However, if you prefer not to participate, you have the option to opt out of this feature within the plugin settings.
## 0.5.0
### Incompatible Changes:

View File

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