-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump intellij plugin version 0.4.0. (#431)
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
## 0.4.0 | ||
|
||
### Features: | ||
|
||
- Relocated the user data directory from `$HOME/.tabby/agent` to `$HOME/.tabby-client/agent` to avoid conflicts with Tabby server data. Note that the old data will not be migrated automatically. Please update the config file manually if you have made changes in the old path. | ||
- Added a template config file for Tabby client agent located at `$HOME/.tabby-client/agent/config.toml`. | ||
- Added check for Node.js installation and notify the user if it is not valid. | ||
- Improved code suggestion filtering by indentation context. Suggestions now prioritize completing the current line or logic block, preventing excessively long suggestions. | ||
- Added adaptive completion debouncing for auto-completion requests. | ||
- Added timeout for auto-completion requests. The default timeout is 5 seconds. Added statistics for completion response time and notifies the user if it is too slow. | ||
|
||
### Fixes: | ||
|
||
- Fixed a bug that caused the plugin throw errors when initializing without user data file. | ||
|
||
## 0.2.0 | ||
|
||
Features: | ||
### Features: | ||
|
||
- Added support for Tabby Cloud hosted server authorization. | ||
|
||
Fixes: | ||
### Fixes: | ||
- Fixed inlay text rendering issues. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters