Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.4.0. (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Mar 1, 2024
1 parent 7a6da17 commit dec3fef
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 99 deletions.
12 changes: 12 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.tabbyml"
version = "1.4.0-dev"
version = "1.4.0"

repositories {
mavenCentral()
Expand Down
194 changes: 97 additions & 97 deletions clients/intellij/node_scripts/tabby-agent.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/intellij/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit dec3fef

Please sign in to comment.