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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,27 @@ All notable user-visible changes to Hunk are documented in this file.
6
6
7
7
### Added
8
8
9
+
### Changed
10
+
11
+
### Fixed
12
+
13
+
## [0.13.0-beta.0] - 2026-05-16
14
+
15
+
### Added
16
+
17
+
- Added an `e` shortcut to open the selected diff file in `$EDITOR`.
9
18
- Added `g` and `G` keyboard aliases for jump-to-top and jump-to-bottom review navigation.
19
+
- Added session-persistent user-authored inline notes with `c` to draft/save notes.
20
+
- Added `hunk session comment list --type <live|all|ai|agent|user>` so agents can read human-authored notes through the comment workflow.
10
21
11
22
### Changed
12
23
24
+
- Clarified inline note draft actions by labeling buttons as `Save (^S)` and `Cancel (Esc)`.
25
+
13
26
### Fixed
14
27
28
+
- Fixed draft note focus handling so app shortcuts resume after the note textarea blurs without discarding the draft.
29
+
- Preserved the resolved auto theme across `--watch` refreshes instead of falling back to the default dark theme.
15
30
- Included the bundled Hunk review skill in standalone prebuilt release archives so `hunk skill path` works after extracting a tarball or installing via Homebrew.
16
31
17
32
## [0.12.0] - 2026-05-12
@@ -316,7 +331,8 @@ All notable user-visible changes to Hunk are documented in this file.
316
331
317
332
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
0 commit comments