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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,34 @@ All notable user-visible changes to Hunk are documented in this file.
10
10
11
11
### Fixed
12
12
13
+
## [0.10.0] - 2026-04-21
14
+
15
+
### Added
16
+
17
+
- Added agent comment counts in the sidebar so review-heavy files stand out at a glance.
18
+
- Added `hunk daemon serve` as the standard daemon entrypoint and published reusable session-broker packages plus an OpenTUI diff component for integrators.
19
+
20
+
### Changed
21
+
13
22
- Included untracked files when `hunk diff <ref>` still compares against the live working tree, while keeping explicit revset diffs commit-to-commit only.
23
+
24
+
### Fixed
25
+
26
+
- Enabled mouse scrolling in pager mode.
14
27
- Balanced Pierre word-level highlights so split-view inline changes stay visible without overpowering the surrounding diff row.
15
28
- Smoothed mouse-wheel review scrolling so small diffs stay precise while sustained wheel gestures still speed up.
16
29
- Fixed Shift+mouse-wheel horizontal scrolling so it no longer leaks a one-line vertical scroll in some terminals.
17
30
31
+
## [0.9.5] - 2026-04-21
32
+
33
+
### Added
34
+
35
+
- Added a Modem sponsor block to the README.
36
+
37
+
### Changed
38
+
39
+
### Fixed
40
+
18
41
## [0.9.4] - 2026-04-14
19
42
20
43
### Added
@@ -231,7 +254,12 @@ All notable user-visible changes to Hunk are documented in this file.
231
254
232
255
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
0 commit comments