Skip to content

Commit 77d4c8a

Browse files
committed
chore(release): prepare 0.13.1
1 parent 73bf713 commit 77d4c8a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

1111
### Fixed
1212

13+
## [0.13.1] - 2026-05-19
14+
15+
### Fixed
16+
17+
- Hid the inline add-note affordance while scrolling and only show it after deliberate pointer movement, so it no longer flickers during review navigation.
1318
- Hardened the local session daemon against browser-originated requests by validating Host and Origin headers and requiring JSON content types for API posts.
1419
- Disabled the generic broker HTTP API by default so Hunk's supported session API is the only app-daemon command surface.
1520
- Bounded session daemon memory by capping HTTP request body and websocket message sizes and rejecting session registrations with oversized file, hunk, patch, comment, or note payloads.

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

0 commit comments

Comments
 (0)