repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
538ed39
parent
3a901e0
author
Eric Bower
date
2026-04-14 15:10:18 -0400 EDT
docs: changelog updates
1 files changed,  +4, -1
M CHANGELOG.md
+4, -1
 1@@ -20,12 +20,15 @@ Use spec: https://common-changelog.org/
 2   - Use detached mode (`-d`) for previous behavior
 3 - `zmx run` accepts `--fish` flag to indicate the session's shell is fish
 4 - `zmx kill` now supports multiple args and it will kill sessions that match a prefix
 5-  - e.g. `zmx kill d.` will kill all sessions that match that prefix
 6+  - e.g. `zmx kill "d.*"` will kill all sessions that match that prefix
 7+- *BREAKING* `kill` and `wait` now require "*" suffix for wildcard match sessions
 8+  - e.g. `zmx kill "d.*"`, `zmx kill "*"`, `zmx wait "test*"`
 9 
10 ### Fixed
11 
12 - `zmx list` will send "no sessions found" to stderr instead of stdout
13 - `zmx wait` will send errors to stderr instead of stdout
14+- Rewrite OSC `133;A` with `redraw=0` to prevent prompt loss on resize
15 
16 ## v0.4.2 - 2026-03-18
17