Releases: jorenn92/Maintainerr
Releases · jorenn92/Maintainerr
v2.4.1
2.4.1 (2024-12-25)
Bug Fixes
- Do not reset collection on *arr server change. This also fixes the Maintainerr collection being wrongly cleared when any part of the rule changes on save. This would lead to strange behavior like media being classed as Manual and possibly test media vs actual result being different. We suggest recreating any rules that match this behavior. (#1467) (6bcc45e)
v2.4.0
v2.3.1
v2.3.0
2.3.0 (2024-12-17)
Bug Fixes
- PATH_PREFIX not replaced when using user directive (#1394) (9b237ea)
- changed all docs URLs to match new docs URL generations. (c8161a3)
- Docker startup (ce4e7ad)
- error when overseerr URL is null (a2aeb99)
- Handling collections failure after multi arr (e299c15)
- Ignore Plex smart collections due to library corruption (#1355) (7cf6780)
- lint issues (149dc78)
- Only allow saving successfully tested settings (bd88567)
- package.json: lint:server script (575a6c5)
- Remove cached arr API client on setting changes (3081105)
- Revert defaulting to ipv6 (8ee4888)
- Sonarr media existence check in collection handling (8cd0030)
- Trim trailing slash in Overseerr URL (d3dab2d)
Features
v2.2.1
v2.2.0
2.2.0 (2024-11-05)
Bug Fixes
- Align Tautulli username results with Overseerr (#1339) (5bab5d9)
- Changed the hostname to :: to enable ipv6 compatibility (#1259) (a0f93d4)
- Collection details not showing in Safari (#1316) (1e89cf6)
- Plex cache reset handling if not all apps configured (#1291) (09003c1)
- Improved Tautulli Times viewed & Total views (#1290) (3f41a3c)
Features
- Add Tautulli integration (Thanks to @benscobie) (#1280) (55aa547)
- Add base URL to Tautulli settings (#1315) (f569a95)
- Add per collection override of the Tautulli watched percent (#1300) (Thanks @benscobie) (96a73a6)
- Add additional Tautulli rules (#1287) (e3bb69e)
- Added Curl in the Docker-container so users can create healthchecks (#1288) (1aff795)
v2.1.2
v2.1.1
2.1.1 (2024-09-09)
Bug Fixes
- Fixed an issue where 'Users that saw all available episodes' & 'Users that watch the show/season/episode' wouldn't work for the owner user after 2.1.0 (#1252) (bf8c2d3)
- Watchlists: Added mitigations for server crashes that could occur when community.plex.tv rate limits have been hit. Also improved logging and increased API caching to minimize the occurrence of this error. (#1253) (8227f8c)
- When a Tvdb ID isn't found, a warning with the media item's title is now displayed (fb27332)
v2.1.0
2.1.0 (2024-09-02)
Bug Fixes
- Added extra error handling to Overseerr's isRequested rule (#1232) (dc42a98)
- Fetching movies by tmdbId no longer utilizes Radarr's lookup endpoint (#1214) (1a84b8c)
- Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name (#1231) (9f1cc65)
- Fixed Radarr file size rule, when 'sizeOnDisk' is not available, it'll now fall back to movieFile.size (#1205) (1aac50b)
- Improved logging when media is not removable through *arr (#1177) (074c7c3)
- Improved Overseerr rule logs in case of failures (#1178) (f6466e3)
Features
v2.0.4
2.0.4 (2024-06-19)
Features
- Added "Last Aired At" rule for shows & seasons (Thanks @benfugate) (63db845)
Bug Fixes
- Adjusted UI to listen to all interfaces, resolving issues with multiple networks (#1104) (017a25d)
- Fixed an issue where .next/cache directory creation would fail when using a custom user (#1102) (fa9a30c)
- Fixed an issue where fetching some Plex ratingkeys from shows would fail (2268513)
- Fixed an issue where having an operator on the first rule would make the rule return a 'null' value (ce18dea)
- Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server (#1134) (0ed8164), closes #1119