Commit feced06

Eric Bower  ·  2026-07-13 14:17:23 -0400 EDT
parent 050a330
docs: update changelog
1 files changed,  +2, -2
+2, -2
 1@@ -4,14 +4,14 @@ Use spec: https://common-changelog.org/
 2 
 3 ## Staged
 4 
 5-## v0.7.0 - 2026-05-29
 6-
 7 ### Fixed
 8 
 9 - `zmx run` will now detect heredocs and add the completion marker to a newline
10+- Race between `zmx kill X; zmx run X`
11 
12 ### Changed
13 
14+- *BREAKING* We now store logs inside of `XDG_STATE_DIR`
15 - *BREAKING* `zmx run` when creating session it runs `bash` instead of `$SHELL`
16   - There are just too many edge cases with tracking exit status in other shells which makes `zmx run` much less useful for task management.
17   - This means when using `zmx run` the target shell must have support for `$?` exit code tracking