Skip to content

Commit 5d36791

Browse files
authored
chore(release): prepare 0.11.0 beta
1 parent 33b09ef commit 5d36791

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ All notable user-visible changes to Hunk are documented in this file.
66

77
### Added
88

9+
### Changed
10+
11+
### Fixed
12+
13+
## [0.11.0-beta.0] - 2026-05-09
14+
15+
### Added
16+
917
- Added `vcs = "jj"` support, enabling `hunk diff [revset]` and `hunk show [revset]`.
1018
- Added a pager-mode sidebar file tree that can be revealed with the existing `s` shortcut while keeping pager chrome hidden by default.
1119

1220
### Changed
1321

1422
### Fixed
1523

24+
- Fixed `git log -p` and multi-commit `git show -p` inputs so patch parsing ignores commit metadata instead of emitting Pierre parser warnings.
1625
- Fixed cross-file hunk navigation so near-boundary jumps keep the selected file pinned and backward jumps reveal the target hunk instead of the file top.
26+
- Fixed the View menu sidebar checkmark so it follows whether the responsive layout is actually rendering the sidebar.
1727

1828
## [0.10.0] - 2026-04-21
1929

@@ -259,7 +269,8 @@ All notable user-visible changes to Hunk are documented in this file.
259269

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

262-
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.10.0...HEAD
272+
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.11.0-beta.0...HEAD
273+
[0.11.0-beta.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0-beta.0
263274
[0.10.0]: https://github.com/modem-dev/hunk/compare/v0.9.5...v0.10.0
264275
[0.9.5]: https://github.com/modem-dev/hunk/compare/v0.9.4...v0.9.5
265276
[0.9.4]: https://github.com/modem-dev/hunk/compare/v0.9.3...v0.9.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Load the Hunk skill and use it for this review.
9090
```
9191

9292
> [!NOTE]
93-
> `hunk skill path` lands in Hunk 0.10.0. Until that release is out, load the skill from the repo path above.
93+
> `hunk skill path` is available in Hunk 0.10.0 and newer. On older installs, load the skill from the repo path above.
9494
9595
For the full live-session and `--agent-context` workflow guide, see [docs/agent-workflows.md](docs/agent-workflows.md).
9696

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.10.0",
3+
"version": "0.11.0-beta.0",
44
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)