Releases: jorenn92/Maintainerr
Releases · jorenn92/Maintainerr
v2.7.0
2.7.0 (2025-01-05)
Bug Fixes
- Equals with lists now only returns true if they are identical (e900dac)
- Previously, equals would check that every item in first value was in the second value list (case insensitive). This meant that the second value list could contain a value not within first value and still return true. This is no longer the case. Both first value and second value must contain the same items for it to return true. Equals would also always return false when both first value and second value were empty. This will now return true. If you only want to target lists where a value is present, you can add an additional rule like: First value Not Equals Text
[]
.
- Previously, equals would check that every item in first value was in the second value list (case insensitive). This meant that the second value list could contain a value not within first value and still return true. This is no longer the case. Both first value and second value must contain the same items for it to return true. Equals would also always return false when both first value and second value were empty. This will now return true. If you only want to target lists where a value is present, you can add an additional rule like: First value Not Equals Text
Features
- Add rating vote count filters (05617e1)
v2.6.0
v2.5.0
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)