Skip to content

Releases: jorenn92/Maintainerr

v1.6.9

21 Nov 16:05
Compare
Choose a tag to compare

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

14 Nov 15:44
Compare
Choose a tag to compare

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

29 Oct 15:19
Compare
Choose a tag to compare

1.6.7 (2023-10-29)

Bug Fixes

  • settings: Fixed an issue where initial configuration could fail (3bec671)
  • ui: Collection cards now scale correctly (829e8a1)

v1.6.6

27 Oct 14:03
Compare
Choose a tag to compare

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

24 Oct 16:59
Compare
Choose a tag to compare

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

10 Oct 08:18
Compare
Choose a tag to compare

1.6.4 (2023-10-10)

Bug Fixes

  • rules: Added clarification to the 'show on home' flag during rule creation (2d4792d)
  • rules: Fetching the watchHistory could throw an error when using the 'People that view show/season' rule (9a1a3d6)
  • rules: Fixed some minor issues with NOT_CONTAINS & NOT_EQUALS (fa08cbc)

v1.6.3

05 Oct 16:29
Compare
Choose a tag to compare

1.6.3 (2023-10-05)

Bug Fixes

  • rules: Fixed an issue where contains would not work as expected when comparing 2 lists (fd640e9)

v1.6.2

22 Sep 15:30
Compare
Choose a tag to compare

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

19 Sep 07:53
Compare
Choose a tag to compare

1.6.1 (2023-09-19)

Bug Fixes

  • rules: Fixed an issue where list exclusions would always be checked (9280100)

v1.6.0

18 Sep 16:01
Compare
Choose a tag to compare

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)