Release 0.2¶
26 July 2026 · Full changelog
Release 0.2 makes interrupted sessions recoverable. Remote terminals reconnect in place, saved scrollback returns with a restored workspace and installed desktop builds can tell you when a newer Muxus release is available.
Reconnect without rebuilding the tab¶
When an SSH, Telnet or serial connection closes unexpectedly, the existing tab offers to reconnect with the same profile. Reconnecting preserves the tab's place in its pane instead of making you rebuild the surrounding workspace.
Saved workspaces restore retained terminal history before the first window is shown. A clear divider separates that snapshot from new output, and local sessions recover automatically when possible.
Desktop releases and update notifications¶
Release builds are packaged for Windows, macOS and Linux. Muxus checks the release manifest published with its documentation and shows a notification when a newer version is available. The notification links to the matching GitHub release rather than updating the application behind your back.
Patches¶
0.2.1¶
28 July 2026 · Changes
- Split panes and SFTP sessions reuse a shared SSH transport instead of opening another login.
- Connection lifetime is tracked independently so closing one consumer does not interrupt the others.
0.2.2¶
29 July 2026 · Changes
- SSH connections honour configured algorithms, agent and host-key policies and startup options.
- The host editor exposes the same connection settings resolved from OpenSSH configuration.
- MobaXterm sessions can be imported with their folders and connection settings.
- Restored-output dividers stay out of later scrollback snapshots.