You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: v1.7.3 - local config storage, editable OI field, keybinding fix
- Move config/storage from AppData to local .kairo/ directory
- Add editable Open Issue ID field in task editor
- Add OpenIssueID to TaskPatch for programmatic updates
- Fix tag view keybinding display in footer (f -> ctrl+f)
- Update README config path docs
- Bump version to 1.7.3
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.7.3] (2026-06-25)
9
+
10
+
### Added
11
+
-**Open Issue ID Editor**: The task editor now includes an editable `Issue ID` field, allowing users to modify the open issue identifier (e.g., `OI00008` to `OI102872`).
12
+
-**Local Config Storage**: All configuration, database, and plugin data is now stored in a `.kairo` directory in the current working directory instead of `%APPDATA%\kairo` on Windows (or `~/.config/kairo` on Unix). This keeps everything self-contained in one folder.
13
+
14
+
### Fixed
15
+
-**Tag View Keybinding Display**: The footer now correctly shows `ctrl+f` instead of `f` for the tag view action, matching the actual keybinding.
16
+
-**Focus Mode Keybinding**: The `f` key now exclusively triggers focus mode without conflicting with the tag view.
0 commit comments