You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guest power actions: Added Shutdown (graceful), Stop (force), and Reset (hard, QEMU-only) alongside Restart/Start in the guest context menu, with clear confirmations and shortcuts.
Fixed
Windows: Saving profiles could fail with "The system cannot find the path specified"
Ensure config directory creation uses OS-agnostic path handling when saving from the config/profile wizards and menu actions.
Fixes saving when adding/editing profiles and when setting default profile on Windows.
Windows: Locally built binaries sometimes failed to start
Align local Windows builds with release artifacts by disabling CGO and using baseline CPU target.
Scoped compatibility flags to Windows/amd64 only to avoid affecting other platforms.
UI: Reduce noisy page removal errors in logs
Remove pages only when present to avoid benign "Failed to remove β¦ page" errors.