v1.8.4: fix FilesTab showing stale remote files on server switch
- 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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Version info for ServerManager."""
|
||||
|
||||
__version__ = "1.8.3"
|
||||
__version__ = "1.8.4"
|
||||
__app_name__ = "ServerManager"
|
||||
__author__ = "aibot777"
|
||||
__description__ = "Desktop GUI for managing remote servers"
|
||||
|
||||
Reference in New Issue
Block a user