What's New in v3.1.1
This release incorporates significant improvements, primarily focusing on enhancing the Proxmox Backup Server (PBS) integration, along with various UI refinements and bug fixes. It also includes a fix for the Docker build process that affected the initial v3.1.0 attempt.
✨ Features & Enhancements
- PBS Integration Overhaul:
- Improved stability and reliability of the PBS tab data.
- Resolved UI issues: Corrected dark mode header contrast, removed scroll hijacking, fixed loading message persistence, and improved sort key handling.
- Ensured PBS status is correctly displayed and updated, preventing conflicts with other metrics.
- Handled 'N/A' values gracefully in PBS Garbage Collection status.
- UI Improvements:
- Added icons to the main navigation tabs for better visual identification.
- Refactoring:
- Moved frontend assets (
public/
, configs) into thesrc/
directory for better project structure.
- Moved frontend assets (
🐛 Bug Fixes
- Build: Corrected the path to the
public
directory in theDockerfile
(f77fcdf
). - Data Accuracy:
- Fixed the calculation logic for disk read rates, addressing potential stale data issues.
- Corrected the data source for memory and disk usage displayed on the Nodes tab.
- Ensured the correct
maxcpu
value is used by sourcing it from the/nodes
endpoint.
- Dependencies: Updated Tailwind CSS to
v4.1.4
.
(This release combines the work intended for v3.1.0 with the subsequent Dockerfile fix)