- Clear remote panel immediately when switching servers - Add race condition guards in async SFTP connect/refresh - Validate alias at each async callback to prevent stale UI updates - Add switching_servers/disconnected/sftp_server_not_found i18n keys - Properly handle connection results arriving after server switch 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.4"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|