chore(intellij): bump intellij plugin version to 1.4.0. (#1597)

This commit is contained in:
Zhiming Ma 2024-03-02 00:35:03 +08:00 committed by GitHub
parent 7a6da17b46
commit dec3fefa37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 111 additions and 99 deletions

View File

@ -1,3 +1,15 @@
## 1.4.0
### Features
- Added support for loading system-wide CA certificates. Previously, only Node.js bundled CA certificates were used.
- Added support for loading configurations from Tabby server, including `Disabling Client-side Telemetry`.
- Removed the notification when disconnected from Tabby server, keep only status bar icon.
### Fixes
- Fixed the unexpected behaviors that occur when a closed project is reopened within the same IDE process.
## 1.3.2
### Fixes:

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "intellij-tabby",
"version": "1.4.0-dev",
"version": "1.4.0",
"description": "IntelliJ plugin for Tabby AI coding assistant.",
"repository": "https://github.com/TabbyML/tabby",
"scripts": {