Release v3.5.0
✨ Features
- Enhanced VM memory reporting by utilizing QEMU guest agent data when available, providing more accurate memory usage figures for VMs. (7f137de)
🐛 Bug Fixes
- Fixed an unterminated single quote error in the installation script. (5a3de61)
- Ensured all npm operations during installation correctly run in the project root directory. (aa92883)
- Aligned installer dependencies with those consolidated for v3.4.0. (f3a4f23)
- Optimized the update process with conditional system upgrades and dependency checks. (d2bea3f)
🧹 Chores & Refactoring
- Standardized table cell styling (alignment, padding) across various UI components (Main, Nodes, Storage, Backups, PBS tabs) for a more consistent look and feel. (127340f)
- Standardized table header styling across all tabs and improved page width responsiveness by capping maximum width on large screens. (d3497cf)
- Improved readability and maintainability in
dashboard.js
. (fec31b1) - Installer scripts now use
npm --silent
for quieter installs and builds, reducing verbosity. (ec6d3b8, 17d4544) - Removed unnecessary comments from the installation script. (a42b5c9)
- Added debug logging to the server dependency installation part of the install script. (32a4133)