From 61fac100790cb0f4f7d9eacf341a62be551686a7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 3 Mar 2019 15:30:42 -0800 Subject: [PATCH] v2.1.27-beta --- CHANGELOG.md | 22 ++++++++++++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d818ea..b4407cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v2.1.27-beta (2019-03-03) + +* Monitoring: + * Fix: Error when playing synced optimized versions. + * Change: Show message to complete the setup wizard instead of error communicating with server message. + * Change: URL changed on Plex.tv for Plex Media Server beta updates. +* Notifications: + * New: Show the media type exclusion tags in the text preview modal. + * Fix: Unicode error in the Email notification failed response message. + * Fix: Error when a notification agent response is missing the "Content-Type" header. +* UI: + * Fix: Usernames were not being sanitized in dropdown selectors. + * Change: Different display of "All" recently added items on the homepage due to change in the Plex Media Server v1.15+ API. +* API: + * New: Added current Tautulli version to update_check API response. + * Change: API no longer returns sanitized HTML response data. +* Other: + * New: Added auto-restart to systemd init script. + * Fix: Patreon donation URL. + * Remove: Crypto donation options. + + ## v2.1.26 (2018-12-01) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index a33f9c70..fdfa2ddf 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.26" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.27-beta"