From fff177b810cb8cf944cc20178ff355407f291a7e Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Wed, 11 Oct 2023 12:46:25 +0800 Subject: [PATCH] chore: bump intellij plugin version 0.6.0. (#532) --- clients/intellij/CHANGELOG.md | 13 +++++++++++++ clients/intellij/build.gradle.kts | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/clients/intellij/CHANGELOG.md b/clients/intellij/CHANGELOG.md index 7fc0b51..9384030 100644 --- a/clients/intellij/CHANGELOG.md +++ b/clients/intellij/CHANGELOG.md @@ -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: diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index a0d61fd..35bf8e0 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.tabbyml" -version = "0.6.0-dev" +version = "0.6.0" repositories { mavenCentral()