Skip to content

Releases: jorenn92/Maintainerr

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)

v2.1.1

09 Sep 07:16
Compare
Choose a tag to compare

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

02 Sep 11:26
Compare
Choose a tag to compare

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

  • Added an integration with the Plex community API and introduced a 'Plex - Watchlisted by' rule utilizing this endpoint (#1152) (1ebba97)

v2.0.4

19 Jun 11:04
Compare
Choose a tag to compare

2.0.4 (2024-06-19)

Features

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