From 7d11e1de2deaf99ca40ed0b003b3c3345e5fb4ed Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 14 Apr 2019 13:43:58 -0700 Subject: [PATCH] v2.1.29-beta --- CHANGELOG.md | 15 +++++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a71a888..95dcd885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.1.29-beta (2019-04-14) + +* Monitoring: + * Change: "Required Bandwidth" changed to "Reserved Bandwidth" in order to match the Plex dashboard. +* Notifications: + * New: Added prefix and suffix notification text modifiers. See the "Notification Text Modifiers" help modal for details. +* UI: + * New: Added "Undelete" button to the edit library and edit user modals. + * Fix: User IP address history table showing incorrect "Last Seen" values. +* API: + * Fix: Search API only returning 3 results. + * Fix: Terminate stream API failing when both session_key and session_id were provided. + * Change: Improved API response HTTP status codes and error messages. + + ## v2.1.28 (2019-03-10) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index c4b127ea..44494042 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.28" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.29-beta"