Skip to content

Commit 9ada110

Browse files
committed
chore(release): prepare 0.12.0
1 parent c43798f commit 9ada110

2 files changed

Lines changed: 11 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ All notable user-visible changes to Hunk are documented in this file.
1010

1111
### Fixed
1212

13-
## [0.12.0-beta.2] - 2026-05-11
13+
## [0.12.0] - 2026-05-12
1414

1515
### Added
1616

17+
- Added Homebrew tap release automation and Homebrew-aware startup update notices.
18+
- Added lower-level `hunkdiff/opentui` primitives for embedding Hunk diff bodies, file headers, file navigation, and multi-file review streams in custom OpenTUI apps.
19+
- Added row windowing for large single-file reviews to keep huge diffs responsive.
1720
- Added Windows x64 prebuilt artifact publishing to the release workflow.
1821
- Added native Windows support in the README, contributor guide, and local build/install scripts.
19-
- Added Nix flake app outputs for `nix run` and a named `hunk` package output.
22+
- Added Nix flake app outputs for `nix run`, a named `hunk` package output, and package validation.
2023
- Added automatic light/dark theme detection from the terminal background when `theme = "auto"` is enabled.
2124

2225
### Changed
@@ -25,24 +28,12 @@ All notable user-visible changes to Hunk are documented in this file.
2528

2629
### Fixed
2730

28-
- Fixed Ctrl-C in the live TUI so it exits through Hunk's full shutdown path instead of only destroying the renderer.
29-
30-
## [0.12.0-beta.1] - 2026-05-10
31-
32-
### Added
33-
34-
- Added Homebrew tap release automation and Homebrew-aware startup update notices.
35-
- Added lower-level `hunkdiff/opentui` primitives for embedding Hunk diff bodies, file headers, file navigation, and multi-file review streams in custom OpenTUI apps.
36-
- Added row windowing for large single-file reviews to keep huge diffs responsive.
37-
38-
### Changed
39-
40-
### Fixed
41-
42-
- Fixed the prebuilt beta npm package so the `hunkdiff/opentui` export and bundled type declarations are included.
31+
- Fixed the prebuilt npm package so the `hunkdiff/opentui` export and bundled type declarations are included.
32+
- Fixed the npm package so `npx hunkdiff` and other package-name executable lookups resolve to the Hunk CLI.
4333
- Made `hunk pager` emit static highlighted diff output for captured pager contexts like LazyGit, and pass diff input through unchanged when stdout is non-interactive.
4434
- Fixed Ctrl-Z job-control suspend support so Hunk can suspend and resume cleanly from a terminal.
4535
- Fixed Windows compatibility issues across paths, packaging, and tests.
36+
- Fixed Ctrl-C in the live TUI so it exits through Hunk's full shutdown path instead of only destroying the renderer.
4637

4738
## [0.11.1] - 2026-05-10
4839

@@ -321,9 +312,8 @@ All notable user-visible changes to Hunk are documented in this file.
321312

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

324-
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.12.0-beta.2...HEAD
325-
[0.12.0-beta.2]: https://github.com/modem-dev/hunk/compare/v0.12.0-beta.1...v0.12.0-beta.2
326-
[0.12.0-beta.1]: https://github.com/modem-dev/hunk/compare/v0.11.1...v0.12.0-beta.1
315+
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.12.0...HEAD
316+
[0.12.0]: https://github.com/modem-dev/hunk/compare/v0.11.1...v0.12.0
327317
[0.11.1]: https://github.com/modem-dev/hunk/compare/v0.11.0...v0.11.1
328318
[0.11.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0
329319
[0.10.0]: https://github.com/modem-dev/hunk/compare/v0.9.5...v0.10.0

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

0 commit comments

Comments
 (0)