- SSH keepalive (30s) on all connections - SFTP auto-reconnect on connection loss - Terminal auto-reconnect on send to dead session (max 5 retries) - Preserve SFTP session when switching UI language - Guard all remote navigation with connection checks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
176 B
Python
7 lines
176 B
Python
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.8.1"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|