·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- Refreshed Hunk's built-in theme system and changed the default theme to
github-dark-default, with a simplerthemeconfig setting and aView → Themes…/tselector for switching themes by @benvinegar in #441 and #450 - Added built-in theme contrast coverage and documented automatic theme selection by @benvinegar and @jrpat in #450 and #451
- Fixed standalone binaries so a repo-local
bunfig.tomlcan no longer run Bun preloads before Hunk starts by @jrpat in #452 and #456 - Made the theme selector less jumpy by requiring an explicit click or keyboard action before previewing a theme, while keeping mouse-wheel scrolling by @benvinegar in #453
- Honored explicit split layout in static pager output for captured hosts like LazyGit by @benvinegar in #434
- Improved review-stream responsiveness by reducing offscreen React mounting work while preserving adjacent syntax-highlight prefetching by @benvinegar in #450
- Let session comment cleanup commands remove human
cnotes withcomment rm user:*,comment clear --include-user, andcomment clear --allby @benvinegar in #435 - Adopted Changesets for release-note fragments to reduce changelog conflicts across pull requests by @benvinegar in #426
- Expanded regression coverage across CLI parsing, VCS adapters, session broker/commands, patch parsing, mouse selection, sidebar resizing, and PTY flows by @benvinegar in #440, #442, #445, #444, #448, #449, and #455
New Contributors
Full Changelog: v0.15.3...v0.16.0