From 98b5cb67caacb32c43250769cf0f6d7fb4e7852a Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 6 Jul 2018 19:06:02 -0700 Subject: [PATCH] v2.1.16-beta --- CHANGELOG.md | 17 +++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd1a73e..9aea135b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v2.1.16-beta (2018-07-06) + +* Monitoring: + * Fix: Plex server not detected as down during sudden network loss. +* Notifications: + * Fix: Incorrect rounding of percentages in some cases. + * Fix: Incorrect stream duration value for playback start notifications. + * New: Added critic rating parameter for Rotten Tomatoes ratings. +* Newsletters: + * Fix: Typo in "seasons" when there is only one additional season. +* UI: + * New: Added ability to use Plex OAuth to login to Tautulli. +* API: + * Fix: Unicode characters causing get_logs command to return bad data. + * New: Added rating_image and audience_rating_image to get_activity and get_metadata commands. + + ## v2.1.15-beta (2018-07-01) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index a7c94205..d5f151d7 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.1.15-beta" +PLEXPY_RELEASE_VERSION = "v2.1.16-beta"