repos / zmx

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

commit
163963f
parent
515b12d
author
Eric Bower
date
2025-12-09 22:19:35 -0500 EST
chore: v0.1.0
2 files changed,  +16, -1
A CHANGELOG.md
+15, -0
 1@@ -0,0 +1,15 @@
 2+# Changelog
 3+
 4+## v0.1.0 - 2025-12-09
 5+
 6+### Changed
 7+
 8+- **Breaking:** unix socket and log files have been moved from `/tmp/zmx` to `/tmp/zmx-{uid}` with folder/file perms set to user
 9+
10+If you upgraded and need to kill your previous sessions, run `ZMX_DIR=/tmp/zmx zmx kill {sesion}` for each session.
11+
12+### Added
13+
14+- Use `TMPDIR` environment variable instead of `/tmp`
15+- Use `ZMX_DIR` environment variable instead of `/tmp/zmx-{uid}`
16+- `zmx version` prints the current version of `zmx` and `ghostty-vt`
M build.zig.zon
+1, -1
1@@ -9,7 +9,7 @@
2     .name = .zmx,
3     // This is a [Semantic Version](https://semver.org/).
4     // In a future version of Zig it will be used for package deduplication.
5-    .version = "0.0.2",
6+    .version = "0.1.0",
7     // Together with name, this represents a globally unique package
8     // identifier. This field is generated by the Zig toolchain when the
9     // package is first created, and then *never changes*. This allows