- commit
- 58eb669
- parent
- e5b9dcd
- author
- Eric Bower
- date
- 2026-02-20 09:31:51 -0500 EST
docs: changelog
1 files changed,
+10,
-1
+10,
-1
1@@ -6,8 +6,17 @@ Use spec: https://common-changelog.org/
2
3 ### Added
4
5+- New environment variable `ZMX_SESSION_PREFIX` which will be inserted before every session name for every command
6+- New command `zmx wait` which will stale until all tasks (`zmx run`) are completed.
7+
8+### Changed
9+
10 - `zmx version` now returns the socket and log directory locations
11-- New environment variable `ZMX_SESSION_PREFIX` which will be applied to every session name provided
12+- `zmx run` now inserts a `ZMX_TASK_COMPLETED` marker after every run command to indicate when the task is completed and then returns the aggregate exit status
13+
14+### Fixed
15+
16+- `libghostty` had a regression that caused `zmx` to crash
17
18 ## v0.3.0 - 2026-02-01
19