github jamcalli/Pulsarr v0.11.3

7 hours ago

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_by referenced a non-existent admin account)
  • Disabled auth now matches requiredExceptLocal behavior: forces account creation before allowing access

UI Improvements

  • Standardized error displays with a consistent PageError component
  • Fixed TagsMultiSelect loading state and button guard

Migration & Compatibility

No database migrations required.

Docker users

docker compose pull && docker compose up -d

Native 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 .dmg from 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:prod

Full 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

🔄 Dependencies

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]

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.