RMUX v0.6.1
Patch release focused on upgrade recovery and wide-character terminal input.
Fixed
-
Fixed stale daemon recovery after upgrading from older RMUX versions.
rmux kill-servercan now stop an old wire-v1 daemon instead of failing with:protocol error: unsupported RMUX wire version 1; supported range is 2..=2This resolves #41.
-
Fixed cursor movement and deletion around Chinese / wide UTF-8 characters.
Arrow keys, Backspace, Delete, Erase, and Insert now operate on terminal display columns instead of corrupting wide-cell state.This resolves #42.
Verified
cargo install rmux --locked --version 0.6.1installs successfully from crates.io.- The installed binary reports
rmux 0.6.1. - A published 0.6.1 binary can create sessions, list sessions, capture pane output, and cleanly stop the daemon.
Upgrade Note
If you upgraded from an older RMUX and still have an old daemon running, install v0.6.1 and run:
rmux kill-server
Then start RMUX again normally.