github jamcalli/Pulsarr v0.9.6

15 hours ago

Changes

🛠️ Bug Fix Release - Rolling Monitor & Bulk Delete Fixes

Overview

Fixes two bugs: rolling monitor expansion now correctly monitors seasons based on what the user is actually watching, and bulk delete approvals now works correctly after the React Query migration.

Key Updates

Bug Fixes

  • Rolling monitor expansion (fixes #921): Now expands based on the season being watched, not the database-tracked season
  • High-water mark tracking: Prevents regressing monitored season when users watch earlier seasons after skipping ahead
  • Bulk delete approvals: Fixed "resource not found" error when bulk deleting approval requests

Migration & Compatibility

Docker users

docker pull lakker/pulsarr:latest

Manual installation

git pull origin master
npm install
npm run build
npm run start:prod

No database migrations required. No configuration changes needed.


Full Changelog: v0.9.5...v0.9.6
Docker Image: lakker/pulsarr:0.9.6

  • Fix: Rolling Monitor & Bulk Delete Fixes (#926) @jamcalli
  • fix(approvals): use DELETE method for bulk delete mutation (#925) @jamcalli
  • fix(session-monitor): expand rolling monitor from watched season (#924) @jamcalli

Docker

docker pull lakker/pulsarr:0.9.6

Contributors

@actions-user and @jamcalli

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.