mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 08:21:59 +00:00
chore(intellij): bump intellij plugin version to 1.4.0. (#1597)
This commit is contained in:
parent
7a6da17b46
commit
dec3fefa37
12
clients/intellij/CHANGELOG.md
vendored
12
clients/intellij/CHANGELOG.md
vendored
@ -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
|
## 1.3.2
|
||||||
|
|
||||||
### Fixes:
|
### Fixes:
|
||||||
|
2
clients/intellij/build.gradle.kts
vendored
2
clients/intellij/build.gradle.kts
vendored
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.tabbyml"
|
group = "com.tabbyml"
|
||||||
version = "1.4.0-dev"
|
version = "1.4.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
194
clients/intellij/node_scripts/tabby-agent.js
vendored
194
clients/intellij/node_scripts/tabby-agent.js
vendored
File diff suppressed because one or more lines are too long
2
clients/intellij/package.json
vendored
2
clients/intellij/package.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "intellij-tabby",
|
"name": "intellij-tabby",
|
||||||
"version": "1.4.0-dev",
|
"version": "1.4.0",
|
||||||
"description": "IntelliJ plugin for Tabby AI coding assistant.",
|
"description": "IntelliJ plugin for Tabby AI coding assistant.",
|
||||||
"repository": "https://github.com/TabbyML/tabby",
|
"repository": "https://github.com/TabbyML/tabby",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user