Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/kilo-jetbrains/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@

## [Unreleased]

## [7.0.5] - 2026-07-14

### Added

- Add an elapsed-time indicator to the session progress footer so long-running tasks show how long they have been active.
- Support importing legacy JetBrains v5 data directly from raw storage when the previous consolidated migration file is unavailable.

### Fixed

- Restore the v5 migration wizard for users whose legacy provider, OAuth, MCP, mode, setting, or session data was not detected during upgrade.
- Improve migration reliability by preserving checklist todos, importing legacy tool calls as assistant parts, validating raw session IDs, and reducing migration memory usage.
- Polish session controls with more native prompt icons, progress footer spacing, auto-hiding prompt scrollbars, and improved rollback/redo scrolling.

### Changed

- Keep the JetBrains plugin pinned to Kilo Core 7.4.5 for this release.

## [7.0.4] - 2026-07-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/kilo-jetbrains/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.4
kilo.jetbrains.version=7.0.5
# 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.
Expand Down
Loading