Skip to content

Releases: jorenn92/Maintainerr

v2.7.0

05 Jan 07:31
Compare
Choose a tag to compare

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 [].

Features

  • Add rating vote count filters (05617e1)

v2.6.0

01 Jan 22:34
Compare
Choose a tag to compare

2.6.0 (2025-01-01)

Bug Fixes

Features

  • Add rating filters (RT, IMDb, Trakt) (4b79f56)

v2.5.0

30 Dec 22:31
Compare
Choose a tag to compare

2.5.0 (2024-12-30)

Bug Fixes

  • *arr server not persisting on initial save (#1475) (8ace636)
  • Client side error when changing rule data/media type (2e086b2)
  • Resolve various UI & UX issues (#1452) (354b903)

Features

  • Add season has season/series finale episode (f53d094)
  • Add season number filter (f0fd71e)

v2.4.1

25 Dec 23:03
Compare
Choose a tag to compare

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

20 Dec 14:54
Compare
Choose a tag to compare

2.4.0 (2024-12-20)

Bug Fixes

  • Community rules & incorrect out of date (#1448) (1797104)
  • Media type selection not reflecting what is saved (#1444) (47a9651)

Features

v2.3.1

17 Dec 15:55
Compare
Choose a tag to compare

2.3.1 (2024-12-17)

Bug Fixes

  • Container startup failing for some (3a18d2e)

v2.3.0

17 Dec 10:12
Compare
Choose a tag to compare

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

06 Nov 21:48
Compare
Choose a tag to compare

2.2.1 (2024-11-06)

Bug Fixes

  • Resolved an issue where saving rules would fail when Tautulli wasn’t configured (7f1211e)

v2.2.0

05 Nov 14:37
Compare
Choose a tag to compare

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

v2.1.2

13 Sep 07:26
Compare
Choose a tag to compare

2.1.2 (2024-09-13)

Bug Fixes

  • Fixed the 'Viewed by' rule for the server owner for movies. This was already fixed for TV shows in 2.1.1 (#1266) (a41e8ab)