Changes
🛠️ Bug Fix Release - Exclusion bypass and instant tagging
Overview
Bug fix release addressing exclusion list bypassing and user tagging issues. Fixes content on exclusion lists being randomly re-added and resolves tag creation timing for non-Plex Pass users.
Key Updates
Critical Bug Fixes
- Exclusion bypass (Issue #652): Excluded content no longer randomly re-adds itself despite bypass setting being disabled
- Tag creation timing (Issue #653): Tags now apply immediately when media is added for non-Plex Pass users
- Queue wait time: Increased maximum from 5 to 30 minutes for better notification batching
Technical Changes
Radarr/Sonarr Services
- Added
isExclusion
flag to exclusion items for proper filtering - Enhanced fetch methods with bypass parameter support and per-instance configuration
- Fixed webhook path handling to use normalized basePath
User Tag Service
- Filter exclusions to prevent them from being tagged
- Moved status sync to execute immediately after item addition for non-Plex Pass users
Full Changelog: v0.6.3...v0.6.4
Docker Image: lakker/pulsarr:0.6.4
- Fix: Exclusion bypass and instant tagging (#652) @jamcalli
- refactor: update fetch methods to remove bypass exclusions parameter and improve exclusion handling (#651) @jamcalli
🔄 Dependencies
- chore(deps): lock file maintenance (#648) @renovate[bot]
- fix(deps): update dependency lucide-react to ^0.545.0 (#647) @renovate[bot]
- chore(deps): update dependency react-hook-form to v7.65.0 (#646) @renovate[bot]
- chore(deps): update softprops/action-gh-release digest to 6da8fa9 (#644) @renovate[bot]
- chore(deps): update dependency @types/node to v22.18.9 (#645) @renovate[bot]
Docker
docker pull lakker/pulsarr:0.6.4
Contributors
@actions-user, @jamcalli, @renovate[bot] and renovate[bot]