Skip to content

Releases: Microck/UndyingTerminal

v1.1.0 - Built-in UI, Multi-Session, IPv6, Predictive Echo, Tmux

08 Feb 18:43

Choose a tag to compare

What's New

Major Features

  • Built-in Terminal UI (--ui): Interactive text-based UI for managing multiple sessions
  • Multi-Session Support: Named profiles with concurrent running sessions
  • IPv6 Support: Full IPv6 addressing in TCP client
  • Mosh-like Predictive Echo (--predictive-echo): Local echo for high-latency connections
  • Tmux Integration (--tmux, --tmux-session): Automatic tmux session reconnection
  • Tunnel-Only Mode (--tunnel-only): Port forwarding without terminal overhead

Improvements

  • Static linking: Executables no longer require external DLLs
  • 80% smaller: Reduced from ~30MB to ~5-6MB
  • Better process cleanup in UI mode

See CHANGELOG.md for full details.

v1.0.1

07 Feb 03:38
3846a78

Choose a tag to compare

Summary

  • rename protocol schema/files from ET to UT (proto package, generated outputs, and includes)
  • add SSH config support (ProxyJump, LocalForward, ForwardAgent) with new tests
  • clean up server sessions on pipe disconnects
  • switch CI/release builds to vcpkg
  • add full documentation set for Undying Terminal

v1.0.0 - Initial Release

06 Feb 05:50

Choose a tag to compare

Undying Terminal v1.0.0

First public release of Undying Terminal - persistent SSH sessions for Windows.

Features

  • Persistent sessions: Automatic reconnection on network interruption
  • Forward tunnels: -t/--tunnel to forward local ports through session
  • Reverse tunnels: -r/--reversetunnel for server-initiated connections
  • Jump host support: Proxy through intermediate servers
  • ConPTY terminal: Native Windows pseudo-terminal support
  • Windows service: Run server as a Windows service
  • Encrypted transport: libsodium-based encryption

Binaries

  • undying-terminal.exe - Client
  • undying-terminal-server.exe - Server
  • undying-terminal-terminal.exe - Terminal spawner

Requirements

  • Windows 10 1809+ or Windows Server 2019+
  • No additional runtime dependencies (DLLs included)