- Tighten sudo auto-password to only match "[sudo] password for" in last line (fixes journalctl hang) - Remove state="disabled" from terminal widget (fixes copy/paste on Windows) - Copy: Ctrl+C (with selection), Ctrl+Shift+C, right-click menu - Paste: Ctrl+V, Ctrl+Shift+V, right-click menu 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.6"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|