Skip to content

v1.3.0

Choose a tag to compare

@alexkerber alexkerber released this 17 Feb 21:28
· 43 commits to main since this release
7d30c48

What's New

Linux Server Support

  • Run the TermAway server on any Linux distro with Node.js 18+
  • systemd service file for automatic startup
  • Install and uninstall scripts included
  • Download the TermAway-Linux-v1.3.0.tar.gz, extract, and run sudo ./install.sh

iPad Split Pane Sessions

  • Each split pane now gets its own independent WebSocket connection and session
  • Ephemeral sessions that auto-clean when the pane is closed
  • Session name routing for multi-pane output

Other Changes

  • Server handles SIGTERM for clean systemd shutdown
  • Updated website with Linux download card and support docs
  • Fixed postinstall script to work on all platforms