v1.4.1
Maintenance release fixing issues reported after v1.4.0, plus polish.
Fixes
- Web terminal: session/tab routing (#9) — inactive session output no longer leaks into the active tab, fast tab switches no longer mix scrollback or leave a blank terminal, and newly-created tabs no longer fail with "Not attached to session …". Single-attach is opt-in (
mode:"single") so iOS split-pane multi-attach keeps working. - macOS: "Server script not found" on launch (#8) — the app now bundles the Node server, web client and production dependencies inside itself, so it works without a local repo checkout. Shipped as a notarized DMG so it opens cleanly on download.
- iOS: local server discovery — added the local-network usage description so Bonjour discovery works instead of hanging on "Scanning local network…".
Also
- Clearer "Node.js required" prompt on macOS with a direct download link.
- Verbose server logging is now gated behind
TERMAWAY_DEBUG(quieter production logs). - Version synced across all platforms.
Downloads
- macOS —
TermAway-macOS-v1.4.1.dmg(notarized). Open it and drag TermAway to Applications. - Linux —
TermAway-Linux-v1.4.1.tar.gz. Extract and runsudo ./install.sh.