- Add core/icons.py — centralized icon text helper with emoji/symbol support - Add Windows SSH command sanitization in ssh.py (Linux→Windows auto-translation) - Improve embedded RDP: launch tab connect/disconnect, fullscreen toggle - Refactor sidebar: cleaner server type badges - Update server_dialog: adaptive fields per server type - Add setup_openssh.bat tool - Update skill-ssh.md and CLAUDE.md docs for Windows SSH support - Cleanup old releases, add v1.8.48-v1.8.52 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
177 B
Python
7 lines
177 B
Python
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.8.52"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|