v1.8.1: keepalive + auto-reconnect + preserve sessions on lang switch
- 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>
This commit is contained in:
BIN
releases/ServerManager-v1.8.1-win-x64.exe
Normal file
BIN
releases/ServerManager-v1.8.1-win-x64.exe
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
"""Version info for ServerManager."""
|
||||
|
||||
__version__ = "1.8.0"
|
||||
__version__ = "1.8.1"
|
||||
__app_name__ = "ServerManager"
|
||||
__author__ = "aibot777"
|
||||
__description__ = "Desktop GUI for managing remote servers"
|
||||
|
||||
Reference in New Issue
Block a user