Releases: Microck/UndyingTerminal
Releases · Microck/UndyingTerminal
v1.1.0 - Built-in UI, Multi-Session, IPv6, Predictive Echo, Tmux
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
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
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/--tunnelto forward local ports through session - Reverse tunnels:
-r/--reversetunnelfor 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- Clientundying-terminal-server.exe- Serverundying-terminal-terminal.exe- Terminal spawner
Requirements
- Windows 10 1809+ or Windows Server 2019+
- No additional runtime dependencies (DLLs included)