What's Changed
- Release version 1.5.0 (8328be7)
- UI: Minimum Availability (Radarr) — toggle + select; top-level payload (18a5835)
- Fix: remove unused mypy ignore in YAML loader (acf5e3b)
- Format: inline minimum_availability assignment to satisfy Black (e6140b0)
- Format: satisfy Black in config save (inline bool wrapping) (31dabf8)
- UI: add "Set minimum availability" toggle + select; persist in config; send minimumAvailability at top-level when enabled; rename section to 'Radarr Settings'; remove Pre-DB option. Closes #34 (0cfca58)
- Speed up initial load with per-page Radarr hydration (6836e55)
- feat(radarr): auto-tag added movies; default tag 'boxarr' (755557f)
Docker Images
ghcr.io/iongpt/boxarr:1.5.0
ghcr.io/iongpt/boxarr:latest
What's Changed
- feature/radarr auto tag by @iongpt in #51
- Speed up UI: per-page AJAX hydration; remove full-library fetch on render; add Radarr TTL cache by @iongpt in #53
- UI: Minimum Availability (Radarr) — toggle + select; top-level payload; rename section by @iongpt in #54
Full Changelog: v1.4.1...v1.5.0