We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64c950 commit 2007671Copy full SHA for 2007671
clients/intellij/CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.13.0
2
+
3
+### Features
4
5
+- **Chat**:
6
+ - Requires Tabby Server 0.27.0 or later.
7
+ - You can now select code in the editor and use the `Code Review` option from the context menu to review your code and add comments using Tabby Chat.
8
9
## 1.12.0
10
11
### Features
clients/intellij/build.gradle.kts
@@ -44,7 +44,7 @@ tasks {
44
45
intellijPlatform {
46
pluginConfiguration {
47
- version.set("1.13.0-dev")
+ version.set("1.14.0-dev")
48
changeNotes.set(provider {
49
changelog.renderItem(
50
changelog.getLatest(),
0 commit comments