repos / zmx

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

commit
728beaa
parent
09b69c2
author
Eric Bower
date
2026-02-23 08:53:47 -0500 EST
chore: publish v0.4.1
4 files changed,  +15, -9
M CHANGELOG.md
+6, -0
 1@@ -2,6 +2,12 @@
 2 
 3 Use spec: https://common-changelog.org/
 4 
 5+## v0.4.1 - 2026-02-23
 6+
 7+### Fixed
 8+
 9+- Update `libghostty` to fix `zig build test`
10+
11 ## v0.4.0 - 2026-02-20
12 
13 ### Added
M README.md
+4, -4
 1@@ -29,10 +29,10 @@
 2 
 3 ### binaries
 4 
 5-- https://zmx.sh/a/zmx-0.4.0-linux-aarch64.tar.gz
 6-- https://zmx.sh/a/zmx-0.4.0-linux-x86_64.tar.gz
 7-- https://zmx.sh/a/zmx-0.4.0-macos-aarch64.tar.gz
 8-- https://zmx.sh/a/zmx-0.4.0-macos-x86_64.tar.gz
 9+- https://zmx.sh/a/zmx-0.4.1-linux-aarch64.tar.gz
10+- https://zmx.sh/a/zmx-0.4.1-linux-x86_64.tar.gz
11+- https://zmx.sh/a/zmx-0.4.1-macos-aarch64.tar.gz
12+- https://zmx.sh/a/zmx-0.4.1-macos-x86_64.tar.gz
13 
14 ### homebrew
15 
M build.zig.zon
+1, -1
1@@ -1,6 +1,6 @@
2 .{
3     .name = .zmx,
4-    .version = "0.4.0",
5+    .version = "0.4.1",
6     .fingerprint = 0x28aad87005052b4e, // Changing this has security and trust implications.
7     .minimum_zig_version = "0.15.2",
8     .dependencies = .{
M docs/index.html
+4, -4
 1@@ -49,10 +49,10 @@
 2 
 3     <h3 class="text-md">binaries</h3>
 4     <ul>
 5-      <li><a href="/a/zmx-0.4.0-linux-aarch64.tar.gz" download>zmx-0.4.0-linux-aarch64.tar.gz</a></li>
 6-      <li><a href="/a/zmx-0.4.0-linux-x86_64.tar.gz" download>zmx-0.4.0-linux-x86_64.tar.gz</a></li>
 7-      <li><a href="/a/zmx-0.4.0-macos-aarch64.tar.gz" download>zmx-0.4.0-macos-aarch64.tar.gz</a></li>
 8-      <li><a href="/a/zmx-0.4.0-macos-x86_64.tar.gz" download>zmx-0.4.0-macos-x86_64.tar.gz</a></li>
 9+      <li><a href="/a/zmx-0.4.1-linux-aarch64.tar.gz" download>zmx-0.4.1-linux-aarch64.tar.gz</a></li>
10+      <li><a href="/a/zmx-0.4.1-linux-x86_64.tar.gz" download>zmx-0.4.1-linux-x86_64.tar.gz</a></li>
11+      <li><a href="/a/zmx-0.4.1-macos-aarch64.tar.gz" download>zmx-0.4.1-macos-aarch64.tar.gz</a></li>
12+      <li><a href="/a/zmx-0.4.1-macos-x86_64.tar.gz" download>zmx-0.4.1-macos-x86_64.tar.gz</a></li>
13     </ul>
14 
15     <h3 class="text-md">homebrew</h3>