From 7f178e091349a1399395c1ac3227d6f0fa801efc Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 16 May 2020 16:13:03 -0700 Subject: [PATCH] v2.2.4 --- CHANGELOG.md | 13 +++++++++++++ plexpy/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2321b1d..42704913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.2.4 (2020-05-16) + +* Monitoring: + * Fix: Show "None" as the subtitle source on the activity card for user selected subtitles. +* UI: + * Fix: Deleted libraries were showing up on the homepage library cards. + * Fix: Libraries could get stuck as inactive in the database in some instances. +* API: + * Fix: Incorrect title was being returned for the get_history API command. +* Other: + * Fix: Plex remote access check was not being rescheduled after changing the settings. + + ## v2.2.3 (2020-05-01) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 29b1a341..65c5d1fb 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.2.3" +PLEXPY_RELEASE_VERSION = "v2.2.4"