Skip to content

Commit 7a5dbb7

Browse files
committed
chore(release): prepare 0.10.0
1 parent a6aa1cb commit 7a5dbb7

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,34 @@ All notable user-visible changes to Hunk are documented in this file.
1010

1111
### Fixed
1212

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+
1322
- 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.
1427
- Balanced Pierre word-level highlights so split-view inline changes stay visible without overpowering the surrounding diff row.
1528
- Smoothed mouse-wheel review scrolling so small diffs stay precise while sustained wheel gestures still speed up.
1629
- Fixed Shift+mouse-wheel horizontal scrolling so it no longer leaks a one-line vertical scroll in some terminals.
1730

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+
1841
## [0.9.4] - 2026-04-14
1942

2043
### Added
@@ -231,7 +254,12 @@ All notable user-visible changes to Hunk are documented in this file.
231254

232255
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
233256

234-
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.9.1...HEAD
257+
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.10.0...HEAD
258+
[0.10.0]: https://github.com/modem-dev/hunk/compare/v0.9.5...v0.10.0
259+
[0.9.5]: https://github.com/modem-dev/hunk/compare/v0.9.4...v0.9.5
260+
[0.9.4]: https://github.com/modem-dev/hunk/compare/v0.9.3...v0.9.4
261+
[0.9.3]: https://github.com/modem-dev/hunk/compare/v0.9.2...v0.9.3
262+
[0.9.2]: https://github.com/modem-dev/hunk/compare/v0.9.1...v0.9.2
235263
[0.9.1]: https://github.com/modem-dev/hunk/compare/v0.9.0...v0.9.1
236264
[0.9.0]: https://github.com/modem-dev/hunk/compare/v0.8.1...v0.9.0
237265
[0.8.1]: https://github.com/modem-dev/hunk/compare/v0.8.0...v0.8.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hunkdiff",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)