Skip to content

Commit 8b6b4b1

Browse files
committed
chore(intellij): bump intellij plugin version to 1.11.0.
1 parent 2aec60e commit 8b6b4b1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

clients/intellij/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.11.0
2+
3+
### Features
4+
5+
- **Chat**:
6+
- Requires connecting to a Tabby server version 0.25.0 or later.
7+
- Now uses the active editor as context by default.
8+
9+
### Fixes & Improvements
10+
11+
- Optimized the display of file paths in the chat panel.
12+
113
## 1.10.1
214

315
### Fixes & Improvements

clients/intellij/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks {
4444

4545
intellijPlatform {
4646
pluginConfiguration {
47-
version.set("1.11.0-rc.0")
47+
version.set("1.11.0")
4848
changeNotes.set(provider {
4949
changelog.renderItem(
5050
changelog.getLatest(),

0 commit comments

Comments
 (0)