🔥 Critical Fix
This release fixes a critical bug where Docker users couldn't log in after setting up authentication through the security wizard.
Fixes
- Docker authentication now properly persists after container restarts
- API token comparison now correctly handles hashed tokens
- Added missing PULSE_DOCKER environment variable for proper Docker detection
For Docker Users
If you're locked out of your v4.3.1 or v4.3.2 container, start fresh with v4.3.3:
docker pull rcourtman/pulse:v4.3.3
docker run -d -p 7655:7655 -v pulse_data:/data --name pulse rcourtman/pulse:v4.3.3
Other Changes
- Tab navigation now persists across browser refreshes