From 9c3ab629a86ecae29c9ec7d4008506e6b4c5fbcd Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Wed, 10 Jun 2026 00:04:41 -0400 Subject: [PATCH] chore(release): include latest fixes in 0.15.1 --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd29ce2..6d64bdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,14 @@ All notable user-visible changes to Hunk are documented in this file. ### Fixed -- Added timeouts to `hunk session *` daemon capability and API calls so unresponsive daemons fail instead of hanging indefinitely. -- Updated OpenTUI so light and dark theme backgrounds render without the native renderer's color shift. -- Prevented Git watch polling from taking optional index locks while discovering untracked files. - ## [0.15.1] - 2026-06-09 ### Fixed - Restored the `e` keyboard shortcut and menu hint for opening the selected file in `$EDITOR`. +- Added timeouts to `hunk session *` daemon capability and API calls so unresponsive daemons fail instead of hanging indefinitely. +- Updated OpenTUI so light and dark theme backgrounds render without the native renderer's color shift. +- Prevented Git watch polling from taking optional index locks while discovering untracked files. ## [0.15.0] - 2026-06-08