Releases: ydkmlt84/Maintainerr
Releases · ydkmlt84/Maintainerr
v1.0.0
1.0.0 (2026-03-31)
Bug Fixes
- PATH_PREFIX not replaced when using user directive (#1394) (9b237ea)
- *arr server not persisting on initial save (#1475) (8ace636)
- Add additional Tautulli rules (#1287) (e3bb69e)
- Added "Last Aired At" rule for shows & seasons (Thanks @benfugate) (63db845)
- Added Curl in the Docker-container so users can create healthchecks (#1288) (1aff795)
- Added extra error handling to Overseerr's isRequested rule (#1232) (dc42a98)
- Adjusted UI to listen to all interfaces, resolving issues with multiple networks (#1104) (017a25d)
- Align Tautulli username results with Overseerr (#1339) (5bab5d9)
- All URLs redirect to /overview when navigating directly (#2103) (c34ad74)
- Always get fresh Plex collection children when syncing (#2009) (c8f1770), closes #1705
- api: added a 10s cancellation signal for outgoing status API calls (3766b34)
- api: Enhanced the external API caching mechanism to minimize redundant calls to external applications (478da57)
- app doesn't crash anymore on some raddar/sonnarr api errors (f1a25e1)
- Automatically prepend https for Overseerr, Sonarr and Radarr when choosing port 443 (1616cfd)
- babel: inconsistency in .babelrc (f92fb5a)
- BASE_PATH support (#2052) (f0a2410)
- build: Added a workaround for the 'Text file busy' error when using an old Linux kernel on the Docker host. (19f75bd)
- build: fix armv7 build issues (073378c)
- Cannot read properties of undefined (reading 'statistics') (#1617) (1b7864f)
- changed all docs URLs to match new docs URL generations. (c8161a3)
- Changed the hostname to :: to enable ipv6 compatibility (#1259) (a0f93d4)
- Clear Plex authentication throwing error (#2035) (81dd149)
- Client side error when changing rule data/media type (2e086b2)
- Collection details not showing in Safari (#1316) (1e89cf6)
- collection handler: Improved handling of movies without Tmdb ID's in Plex metadata. (9df2cd4)
- collection handling: Ensure media not found in Starr apps is still deleted if required by the Starr action (#812) (d55bfe2)
- Collection info loader using incorrect colspan (0618fe7)
- Collection Plex ID not being reset in rare circumstances (#2010) (fae3df5)
- collectionHandler: Fixed an issue where a media item without a tvdb id could crash te server (c70bead)
- collections: Add extra add / removal logs in case of failure (1d2a6e2)
- collections: Added a 7 second timeout to the availability-sync trigger (a662eda)
- collection: Set machineId when needed if it wasn't set during boot (e.g. Plex wasn't available) (0189670)
- collections: Fix an issue where collections might not be deleted when empty. This results in a failure to add new media (e3c6e1f)
- collections: fix log errors when trying to remove media from an already empty collection (b7f89f2)
- Community rules & incorrect out of date (#1448) (1797104)
- community rules: Close modal after upload (473e732)
- community rules: Improve spacing on community upload modal (9cf575a)
- community rules: Only show rules matching the selected library type (c485a98)
- Container startup failing for some (3a18d2e)
- Contracts not included in Docker build (#1612) (0f9917a)
- Correct path to database migrations (#2193) (abf52ba)
- correct syntax for conditional check in guard-manual.yml (40e4685)
- Deleting Show via Plex fallback (#1547) (0025c42)
- deps: remove semantic-release-docker-buildx dep (b97e13c)
- Do not reset collection on *arr server change (#1467) (6bcc45e)
- Docker startup (ce4e7ad)
- docker: add ormconfig during build step (97d4411)
- docker: add sharp during build step (7887612)
- docker: Added all components to a supervisor so component crashes are mitigated (2ccc73d)
- docker: ensure $HOME is set consistently for all configs. (f952bba)
- docker: fix sharp install during docker build (f54cb2a)
- docker: Improved flexibility ...