diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 003fa8dd93a..e5f0ff3dc49 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -344,6 +344,26 @@ ## [Unreleased] +## [7.1.2-rc.1] - 2026-08-31 + +### Added + +- Add a session right-click menu with sharing actions. +- Run and manage build/run configurations directly from the worktree editor. +- Render all Mermaid diagram types in chat, not just flowcharts. +- Add worktree transfer safety checks, unified change summaries, setup scripts, and GitHub integration controls. + +### Fixed + +- Stop showing a false "Git is not installed" warning for worktrees that were deleted from disk. +- Linkify URLs inside inline code in chat. +- Stop the mode picker from cancelling a running session. +- Reduce Kilo Core CLI startup initialization work. + +### Changed + +- Consolidate worktree change summaries into the Changes panel. + ## [7.1.1] - 2026-08-28 ### Added diff --git a/packages/kilo-jetbrains/gradle.properties b/packages/kilo-jetbrains/gradle.properties index 877a67c7b58..1a4cb60811f 100644 --- a/packages/kilo-jetbrains/gradle.properties +++ b/packages/kilo-jetbrains/gradle.properties @@ -1,5 +1,5 @@ kotlin.stdlib.default.dependency=false -kilo.jetbrains.version=7.1.1 +kilo.jetbrains.version=7.1.2-rc.1 # When true (default) the JetBrains plugin uses the pinned CLI release from package.json. # Set to false ONLY for local dev: generate the client from local source + bundle the local binary. # false is NOT releasable -- production builds fail unless this is true.