Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ All notable user-visible changes to Hunk are documented in this file.

### Added

### Changed

### Fixed

## [0.11.0-beta.0] - 2026-05-09

### Added

- Added `vcs = "jj"` support, enabling `hunk diff [revset]` and `hunk show [revset]`.
- Added a pager-mode sidebar file tree that can be revealed with the existing `s` shortcut while keeping pager chrome hidden by default.

### Changed

Comment on lines 20 to 21
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Empty ### Changed section in released version

The [0.11.0] block contains an empty ### Changed header with no entries. Past released versions (e.g. [0.10.0]) only include ### Changed when there are actual entries. An empty section in a published release may confuse readers and is inconsistent with the pattern elsewhere in this file — consider removing it before tagging.

Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 20-21

Comment:
**Empty `### Changed` section in released version**

The `[0.11.0]` block contains an empty `### Changed` header with no entries. Past released versions (e.g. `[0.10.0]`) only include `### Changed` when there are actual entries. An empty section in a published release may confuse readers and is inconsistent with the pattern elsewhere in this file — consider removing it before tagging.

How can I resolve this? If you propose a fix, please make it concise.

### Fixed

- Fixed `git log -p` and multi-commit `git show -p` inputs so patch parsing ignores commit metadata instead of emitting Pierre parser warnings.
- 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.
- Fixed the View menu sidebar checkmark so it follows whether the responsive layout is actually rendering the sidebar.

## [0.10.0] - 2026-04-21

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

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

[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.11.0-beta.0...HEAD
[0.11.0-beta.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0-beta.0
[0.10.0]: https://github.com/modem-dev/hunk/compare/v0.9.5...v0.10.0
[0.9.5]: https://github.com/modem-dev/hunk/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/modem-dev/hunk/compare/v0.9.3...v0.9.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Load the Hunk skill and use it for this review.
```

> [!NOTE]
> `hunk skill path` lands in Hunk 0.10.0. Until that release is out, load the skill from the repo path above.
> `hunk skill path` is available in Hunk 0.10.0 and newer. On older installs, load the skill from the repo path above.

For the full live-session and `--agent-context` workflow guide, see [docs/agent-workflows.md](docs/agent-workflows.md).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hunkdiff",
"version": "0.10.0",
"version": "0.11.0-beta.0",
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
"keywords": [
"ai",
Expand Down