We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7237e64 commit 1aaff60Copy full SHA for 1aaff60
clients/intellij/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.10.0
2
+
3
+### Features
4
5
+- **Chat**:
6
+ - Added support to explicitly select a configured Git repository as the context for chat conversations.
7
+ - Added support to use the active editor selection as the context for chat conversations.
8
+ - **Note**: Requires updating the Tabby server to version 0.23.0 or later.
9
10
## 1.9.1
11
12
### Fixes & Improvements
clients/intellij/build.gradle.kts
@@ -44,7 +44,7 @@ tasks {
44
45
intellijPlatform {
46
pluginConfiguration {
47
- version.set("1.10.0-rc.0")
+ version.set("1.10.0")
48
changeNotes.set(provider {
49
changelog.renderItem(
50
changelog.getLatest(),
0 commit comments