What's Changed
New Features
- Tag indicators with smooth hover animations for better visual feedback
- ESC key support to quickly deselect node selections
- Improved node selection with persistent blue border highlighting
Improvements
- Consolidated node tables into single unified component
- Enhanced visual feedback for selected nodes across all tabs
- Better layout and spacing for node summary tables
- Improved installation template detection for Proxmox environments
- Static IP configuration now properly prompts for gateway in advanced mode
Bug Fixes
- Fixed alert acknowledgment persistence issue
- Fixed VM/container counts disappearing when nodes are selected
- Fixed node selection filtering in storage and backups tabs
- Corrected PBS column display in backup views
- Fixed development environment configuration issues
Installation
Install/Update:
# Install script (ProxmoxVE/LXC/systemd)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Docker
docker pull rcourtman/pulse:latest
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:latest
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.