Skip to content

Commit f5c2e56

Browse files
committed
chore(intellij): bump intellij plugin version to 1.12.0.
1 parent 1bc0592 commit f5c2e56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

clients/intellij/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.12.0
2+
3+
### Features
4+
5+
- **Chat**:
6+
- Requires connecting to a Tabby server version 0.26.0 or later.
7+
- Added support to view recent chat history in the chat panel.
8+
- Added an action `Generate Commit Message` in the `Git` menu to generate a commit message based on the current changes.
9+
110
## 1.11.0
211

312
### Features

clients/intellij/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks {
4444

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

0 commit comments

Comments
 (0)