v1.8.6: fix sudo detection, terminal copy/paste
- 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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Version info for ServerManager."""
|
||||
|
||||
__version__ = "1.8.5"
|
||||
__version__ = "1.8.6"
|
||||
__app_name__ = "ServerManager"
|
||||
__author__ = "aibot777"
|
||||
__description__ = "Desktop GUI for managing remote servers"
|
||||
|
||||
Reference in New Issue
Block a user