Commit 34446b7

Eric Bower  ·  2026-05-16 20:42:34 -0400 EDT
parent 678a0e3
docs: changelog
1 files changed,  +6, -0
+6, -0
 1@@ -9,6 +9,7 @@ Use spec: https://common-changelog.org/
 2 - `zmx send` send raw bytes to session without ZMX completion marker or auto-newline
 3 - `zmx print` send raw bytes to client's stdout
 4 - `zmx ls` is accepted as an alias for `zmx list`
 5+- Added `--help` flag for all commands (it just returns the main help cmd for now)
 6 
 7 ### Fixed
 8 
 9@@ -17,6 +18,11 @@ Use spec: https://common-changelog.org/
10 - Don't kill all sessions when `.Info` ipc event changed
11 - Reset terminal emulator to default state on detach
12 
13+### Changed
14+
15+- `zmx wait` output will tail the last 20 lines of every task that failed
16+- Detaching from a session will now do a full terminal reset
17+
18 ## v0.5.0 - 2026-04-16
19 
20 ### Added