Added
- Add opt-in automatic deletion task
- Must be enabled in Settings -> General and in the Tasks page
- Ability to de-select arr instance in rule editor
- Add Application URL in Settings -> General for Plex and OIDC callback URL generation behind reverse proxies
Changed
- Improve path resolution between arrs and Reclaimerr
- Update operator labels for clarity and enhance rule validation tests (existing rules don't need anything adjusted)
- contains_any -> matches any
- not_contains_any -> matches none
- contains_all -> matches all
- not_contains_all -> does not match all
Fixed
- Filename regex matching would throw an error when there was no media to run against when creating a rule
- Plex and OIDC auth redirects now use the configured Application URL when present, preventing Plex login from landing on
localhost:3000or an HTTP callback behind strict Docker/Granian reverse proxies - Plex login button not being enabled on initial launch of application even if configured
- Issue sometimes with the UI hanging on certain browsers
What's Changed
- Dev by @jessielw in #214
- fix: workflow by @jessielw in #215
- Dev by @jessielw in #216
- refactor: update by @jessielw in #217
- refactor: update by @jessielw in #218
- feat: add auto delete setting to user signals by @jessielw in #219
- Dev by @jessielw in #220
- refactor: only build on release/manual trigger by @jessielw in #221
Full Changelog: 0.1.0-beta.27...0.1.0-beta.28