What's Changed
Critical Bug Fix
- Fixed CPU percentage display - Node CPU was showing 0% due to incorrect decimal-to-percentage conversion
New Features
- Interactive tag animations - Tag indicators now scale up on hover for better interactivity
- Version display in node tables - Added Proxmox version column to node information
- Enhanced UI consistency - Improved visual feedback across components
Bug Fixes
- Discord webhook notifications - Addressed webhook issues reported in #378
- Alert acknowledgment - Fixed acknowledged count to update immediately when alerts are acknowledged
- Proxmox API errors - Improved permission error messages for better troubleshooting
- Update command - Fixed PATH issues ensuring the 'update' command works in all installation types
- Backup display - Fixed column constraints on backup date row headers
- List view layout - Resolved table column alignment issues in flat list view
- Docker builds - Fixed compilation issues with mock code in production builds
Code Quality
- Removed unused TypeScript variables and debug console.log statements
- Fixed TypeScript type errors for cleaner builds
Testing v4.10.0-rc.2
Install script:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.10.0-rc.2
Docker:
docker pull rcourtman/pulse:v4.10.0-rc.2
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.10.0-rc.2
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.