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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ All notable user-visible changes to Hunk are documented in this file.
10
10
11
11
### Fixed
12
12
13
-
## [0.12.0-beta.0] - 2026-05-10
13
+
## [0.12.0-beta.1] - 2026-05-10
14
14
15
15
### Added
16
16
@@ -22,6 +22,7 @@ All notable user-visible changes to Hunk are documented in this file.
22
22
23
23
### Fixed
24
24
25
+
- Fixed the prebuilt beta npm package so the `hunkdiff/opentui` export and bundled type declarations are included.
25
26
- 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.
26
27
- Fixed Ctrl-Z job-control suspend support so Hunk can suspend and resume cleanly from a terminal.
27
28
- Fixed Windows compatibility issues across paths, packaging, and tests.
@@ -303,8 +304,8 @@ All notable user-visible changes to Hunk are documented in this file.
303
304
304
305
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
0 commit comments