What's new in pre2
ProxmoxVED Toggle
- Added toggle in settings to enable/disable the ProxmoxVE Daemon integration (dev scripts)
Floating Shell Dialog
- New floating terminal/shell dialog for a better execution experience
Settings UI Polish
- Various improvements to the settings panel UI
execute_in: Container Picker for Addon Scripts
- Addon scripts that declare execute_in flags now show a container/VM picker after selecting a server
- Picker is populated live via SSH (pct list / qm list)
- PBS and PMG containers are automatically promoted to the top
- The selected container ID is passed as CTID env var to the script execution
- Execute button is disabled until a container is selected (when required)
Pre-release Update Channel
- New toggle in General Settings to opt into pre-release updates
- When enabled, the updater checks all releases (including pre-releases) instead of stable-only
Bug Fixes
- Fix TypeScript build errors (logout and isAuthenticated not destructured from useAuth)
- Fix useEffect using selectedSlug before its declaration