repos / zmx

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

Eric Bower  ·  2025-12-16

CHANGELOG.md

 1# Changelog
 2
 3Use spec: https://common-changelog.org/
 4
 5## v0.1.1 - 2025-12-16
 6
 7### Changed
 8
 9- `zmx list`: sort by session name
10
11### Fixed
12
13- Send SIGWINCH to PTY on re-attach
14- Use default terminal size if cols and rows are 0
15
16## v0.1.0 - 2025-12-09
17
18### Changed
19
20- **Breaking:** unix socket and log files have been moved from `/tmp/zmx` to `/tmp/zmx-{uid}` with folder/file perms set to user
21
22If you upgraded and need to kill your previous sessions, run `ZMX_DIR=/tmp/zmx zmx kill {sesion}` for each session.
23
24### Added
25
26- Use `TMPDIR` environment variable instead of `/tmp`
27- Use `ZMX_DIR` environment variable instead of `/tmp/zmx-{uid}`
28- `zmx version` prints the current version of `zmx` and `ghostty-vt`