Releases: jorenn92/Maintainerr
Releases · jorenn92/Maintainerr
v1.6.9
1.6.9 (2023-11-21)
Features
- api: Enhanced the external API caching mechanism to minimize redundant calls to external applications (478da57)
- rules: Added 2 rules for filtering Plex playlists (e6f6621)
- settings: Added the ability to configure arr's with base URL (5a94ac6)
- settings: Added the ability to configure the cron rule & collection handler jobs (3121cf6)
- settings: Implemented the capability to customize the image caching behavior (126881b)
v1.6.8
1.6.8 (2023-11-14)
Bug Fixes
- rules: Added new rule 'Is part of latest aired/airing season' (2f78a54)
- rules: Introduced the capability to detect partial text matches within text lists through the newly added 'Contains (Partial list match)' operator. (5ee4c69)
- rules: Introduced the capability to include text lists in custom values using the JSON list notation (["item1", "item2"]) (aa0b229)
- docker: Wrapped all components with a supervisor to monitor their status (2ccc73)
v1.6.7
v1.6.6
1.6.6 (2023-10-27)
Bug Fixes
- rules: Added Sonarr rules: 'Has unaired episodes', 'Number of monitored seasons / episodes' & 'Season has unaired episodes' (71c3b25)
- ui: Improve media card spacing on different screen sizes (8bd6f97)
- ui: The back button & searchbar now have a glass background (6fcee47)
- ui: The header back button is now the global return button. And the temporary collection detail 'rewind' button is gone (1042de6)
v1.6.5
1.6.5 (2023-10-24)
Bug Fixes
- docker: Added all components to a supervisor so component crashes are mitigated (2ccc73d)
- rules: Fixed an issue where 'OR' would not work as expected when used in rules (instead of sections) (ef191b3)
- rules: Fixed an issue where switching first values of the same type would not keep the previous second value, and could cause a corrupt rule (e4fe5c1)
- rules: Fixed an issue where undefined return values during rule execution could crash the server (a152251)
- rules: Improved Sonarr log messages (c944e2d)
- rules: Improved the tvdb ID fallback mechanism for Sonarr rule values in case the tvdb ID is missing from Plex (abd3dc8)
- settings: Fixed an issue where uppercase characters in hostname settings could cause a failure in communication (a7f6351)
v1.6.4
1.6.4 (2023-10-10)
Bug Fixes
v1.6.3
v1.6.2
1.6.2 (2023-09-22)
Bug Fixes
- collections: Added a 7 second timeout to the availability-sync trigger (a662eda)
- rules: Changed the default Overseer behavior to rely more on availability-sync. Added the option to trigger the old behavior (force remove requests) (39f890c)
- rules: Fixed an issue where not all rules would be available in the rule dropdown (5f589e6)
- rules: Improved 'amount of collections' & added the 'Collections media is present in' rule values (1ffb69b)
v1.6.1
v1.6.0
1.6.0 (2023-09-18)
Bug Fixes
- rules & collections: Fixed rule & collection handling issues when not all apps were configured (54a25d5)
- rules: Fix a problem where Sonarr's date rules don't work as expected (d271fb0)
- rules: Fixed an issue where rule handling would fail when the Plex collection was manually removed. The collection will now get recreated. (65f551d)
- settings: Disabled configuration of apps while Plex is not yet configured (69def0c)
Features
- rules: Added the ability to add removed media to *arr's list exclusions (37b511a)