Added
- Ignored Status in Overview: Added a 6th "Ignored" stat card to the Movie Overview stats grid and a matching filter button, so ignored movies are clearly counted and filterable (#101, #102)
- Refresh Radarr Status for Stored Data: Added a reusable sync helper that refreshes persisted
weekly_pages/*.jsonentries from current Radarr state (#99, #104)- Scheduler automatically refreshes stored weekly pages after update runs so historical weeks stay in sync
- New manual "Refresh Radarr Status" button on the Movies overview page for on-demand resync
- CD Workflow Dispatch: Added
workflow_dispatchtrigger to CD pipeline so branch images can be manually built from the Actions UI (#102)
Fixed
- Badge Overlap: Ignored badge no longer covers week info badges on movie cards — repositioned to top-center (#100, #102)
- Filter Bleed: Ignored movies no longer leak into Missing and Not in Radarr filter results; stat counts now match filtered views (#102)
- Stale Missing Status: Downloaded movies in Radarr are now correctly removed from stale "Missing" results in historical weeks without manual regeneration (#99, #104)
- Config Save Path: Config saves now write to the active data directory (#104)
Community
- Thanks to @xFlawless11x for contributing PR #102 and opening issues #99, #100, and #101 — all addressed in this release!
Docker Images
ghcr.io/iongpt/boxarr:1.7.0ghcr.io/iongpt/boxarr:latest
What's Changed
- feat: add Ignored status to overview stats and filter; fix badge overlap and filter bleed by @xFlawless11x in #102
- refresh stored movie status from Radarr by @iongpt in #104
New Contributors
- @xFlawless11x made their first contribution in #102
Full Changelog: v1.6.4...v1.7.0