Skip to content

Commit

Permalink
chore(intellij): bump intellij plugin version to 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Jan 8, 2025
1 parent 7237e64 commit 1aaff60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions clients/intellij/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.10.0

### Features

- **Chat**:
- Added support to explicitly select a configured Git repository as the context for chat conversations.
- Added support to use the active editor selection as the context for chat conversations.
- **Note**: Requires updating the Tabby server to version 0.23.0 or later.

## 1.9.1

### Fixes & Improvements
Expand Down
2 changes: 1 addition & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks {

intellijPlatform {
pluginConfiguration {
version.set("1.10.0-rc.0")
version.set("1.10.0")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down

0 comments on commit 1aaff60

Please sign in to comment.