We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc0592 commit f5c2e56Copy full SHA for f5c2e56
clients/intellij/CHANGELOG.md
@@ -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
10
## 1.11.0
11
12
### Features
clients/intellij/build.gradle.kts
@@ -44,7 +44,7 @@ tasks {
44
45
intellijPlatform {
46
pluginConfiguration {
47
- version.set("1.12.0-rc.1")
+ version.set("1.12.0")
48
changeNotes.set(provider {
49
changelog.renderItem(
50
changelog.getLatest(),
0 commit comments