v3.2.4 (2025-05-01)
This release focuses on correcting the disk usage display in the dashboard and improving the installation script.
✨ Features
- Install Script: Added a self-update feature (
sudo bash install-pulse.sh --update
). - Install Script: Added the ability to install specific versions using release tags.
🐛 Bug Fixes
- UI: Corrected the disk space display in the main dashboard table (Fixes #71):
- VMs now show only the total allocated disk size (e.g.,
64 GB
) or-
if the size is not reported by the API (e.g., for passthrough disks). The misleading usage bar has been removed for VMs. - LXC containers now correctly display the disk usage bar graph as originally intended.
- VMs now show only the total allocated disk size (e.g.,
- Install Script: Includes various internal improvements and fixes for robustness.