Changes
🛠️ Bug Fix Release - Auth Bypass & UI Consistency
Overview
Fixes a critical bug where users with authenticationMethod: 'disabled' could not approve or reject requests, and standardizes error displays across the frontend.
Key Updates
Auth Bypass Fix
- Disabled auth skipped admin account creation — the app worked normally but approving/rejecting requests failed with a foreign key constraint error (
approved_byreferenced a non-existent admin account) - Disabled auth now matches
requiredExceptLocalbehavior: forces account creation before allowing access
UI Improvements
- Standardized error displays with a consistent
PageErrorcomponent - Fixed TagsMultiSelect loading state and button guard
Migration & Compatibility
No database migrations required.
Docker users
docker compose pull && docker compose up -dNative installer users (Linux/macOS/Windows)
- Linux:
curl -fsSL https://raw.githubusercontent.com/jamcalli/Pulsarr/master/scripts/installers/linux/install.sh | sudo bash - Windows: Download the latest installer from Releases
- macOS: Download the latest
.dmgfrom Releases
Manual installation - Bun updated to 1.3.9:
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.9"
git pull origin master
bun install
bun run build
bun run start:prodFull Changelog: v0.11.2...v0.11.3
Docker Images: lakker/pulsarr:0.11.3 | lakker/pulsarr:0.11.3-node
🐛 Bug Fixes
- fix: auth bypass and ui consistency (#986) @jamcalli
- fix(auth): gate disabled auth bypass on admin account existence (#985) @jamcalli
🧰 Maintenance
- chore(deps): update node.js to v24.13.1 (#987) @renovate[bot]
- chore(deps): update dependency tsx to v4.21.0 (#984) @renovate[bot]
- chore(deps): update node.js to v24.13.1 (#982) @renovate[bot]
- chore(deps): update oven/bun docker tag to v1.3.9 (#983) @renovate[bot]
- chore(deps): update dependency bun to v1.3.9 (#981) @renovate[bot]
- chore(deps): update docker/build-push-action digest to 601a80b (#980) @renovate[bot]
- Refactor/standardize error displays (#979) @jamcalli
🔄 Dependencies
- chore(deps): update node.js to v24.13.1 (#987) @renovate[bot]
- chore(deps): update dependency tsx to v4.21.0 (#984) @renovate[bot]
- chore(deps): update node.js to v24.13.1 (#982) @renovate[bot]
- chore(deps): update oven/bun docker tag to v1.3.9 (#983) @renovate[bot]
- chore(deps): update dependency bun to v1.3.9 (#981) @renovate[bot]
- chore(deps): update docker/build-push-action digest to 601a80b (#980) @renovate[bot]
Docker
docker pull lakker/pulsarr:0.11.3
Synology NAS / Legacy Systems (Linux kernel < 4.11):
docker pull lakker/pulsarr:0.11.3-node
Contributors
@actions-user, @jamcalli, @renovate[bot] and renovate[bot]