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
+10-20Lines changed: 10 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,16 @@ All notable user-visible changes to Hunk are documented in this file.
10
10
11
11
### Fixed
12
12
13
-
## [0.12.0-beta.2] - 2026-05-11
13
+
## [0.12.0] - 2026-05-12
14
14
15
15
### Added
16
16
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.
17
20
- Added Windows x64 prebuilt artifact publishing to the release workflow.
18
21
- 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.
20
23
- Added automatic light/dark theme detection from the terminal background when `theme = "auto"` is enabled.
21
24
22
25
### Changed
@@ -25,24 +28,12 @@ All notable user-visible changes to Hunk are documented in this file.
25
28
26
29
### Fixed
27
30
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.
43
33
- 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.
44
34
- Fixed Ctrl-Z job-control suspend support so Hunk can suspend and resume cleanly from a terminal.
45
35
- 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.
46
37
47
38
## [0.11.1] - 2026-05-10
48
39
@@ -321,9 +312,8 @@ All notable user-visible changes to Hunk are documented in this file.
321
312
322
313
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
0 commit comments