Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 11:31
· 9 commits to main since this release

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-server can now stop an old wire-v1 daemon instead of failing with:

    protocol error: unsupported RMUX wire version 1; supported range is 2..=2

    This 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.1 installs 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.