• v1.0.12 f4ccc13662

    v1.0.12 Stable

    kerem released this 2025-11-25 06:35:24 +03:00 | 402 commits to master since this release

    📅 Originally published on GitHub: Tue, 25 Nov 2025 03:50:53 GMT
    🏷️ Git tag created: Tue, 25 Nov 2025 03:35:24 GMT

    🚀 Release v1.0.12

    Added

    • Command Runner Plugin: Standardized the Linux host/container/guest command sets and added richer troubleshooting helpers (process sorters, ip route/link show, resolver dumps, etc.) plus expanded Windows networking/DNS commands so you can capture CPU, memory, and connectivity data from the same menu.
    • VM SSH User Override: New vm_ssh_user config/flag/env option lets you specify a different SSH username for QEMU VM shells while keeping ssh_user for node/LXC access (falls back automatically when omitted).

    Changed

    • Command Runner Plugin: After closing the command output modal you now land back in the command list, making it much faster to run multiple commands back-to-back.

    Fixed

    • VM Migration Polling: Fixed migration operations to properly wait for Proxmox task completion via UPID before attempting to poll the target node, eliminating "Configuration file does not exist" errors during active migrations
    • Task Completion Detection: Improved task completion detection to use the EndTime field instead of status string matching, ensuring all task failures (including "migration problems" and other non-standard error messages) are properly caught
    • Post-Operation Refresh Blocking: Fixed "Cannot refresh data while there are pending operations in progress" message appearing after successful VM operations by clearing pending state immediately after operation completion for all VM lifecycle actions (start, stop, shutdown, restart, reset, delete, and migrate)
    Downloads