What's Changed
New Features
- Advanced filtering for Dashboard, Backups, and Storage tabs
- Unified node selector for better multi-node management
- Separate node tables for PVE and PBS with detailed metrics
- Hot-reload development mode for faster development workflow
- Mock data system for testing and development
Improvements
- Enhanced backup metadata display with size and type information
- Refined UI consistency and styling across all components
- Comprehensive alert system for PBS and storage resources
- Better table layouts with proper column sizing
- Improved scrollbar handling throughout the UI
Bug Fixes
- Attempted to address VM disk monitoring documentation (addresses #348)
- Input validation for API endpoints
- Container detection in PBS setup script
- Table layout issues with column wrapping
Testing v4.9.0-rc.2
Install script:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.9.0-rc.2
Docker:
docker pull rcourtman/pulse:v4.9.0-rc.2
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.9.0-rc.2
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.