repos / zmx

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

commit
ea50fd2
parent
7b9083b
author
Eric Bower
date
2025-12-16 22:07:35 -0500 EST
docs(changelog): v0.1.1
1 files changed,  +11, -0
M CHANGELOG.md
+11, -0
 1@@ -2,6 +2,17 @@
 2 
 3 Use 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