2.22.0 (2025-11-29)
Reminder: ghcr.io image name change
You'll need to update your image references from ghcr.io/jorenn92/maintainerr to ghcr.io/maintainerr/maintainerr to keep getting updates. This is due to us moving the repository to an organisation. This will be the last reminder.
Bug Fixes
- BASE_PATH support (#2052) (f0a2410)
- Improve language for rule options & hide irrelevant ones (#2097) (91f3173)
- Radarr import list exclusions missing for unmonitor actions (#2098) (05bd94c)
- Rule Group Active input not linked to label (#2101) (95196f4)
Features
- Serve UI statically from API (#2044) (dbd93fc)
- Potential breaking change: API_PORT environment variable removed — NestJS now serves both the UI and API on UI_PORT. If you previously called the API by connecting directly to the old API port, update your clients/scripts to use the UI server (UI_PORT) and /api/... endpoints instead.