From 07d7170e49fe086824d038614249b44f5803a864 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 26 Jun 2020 18:37:07 -0700 Subject: [PATCH] v2.5.1-beta --- CHANGELOG.md | 18 ++++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0a4910..e9122ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v2.5.1-beta (2020-06-26) + +* Notifications: + * Fix: Error uploading images to Cloudinary on Python 2. + * Fix: Testing browser notifications alert not disappearing. + * Change: Default recently added notification delay set to 300 seconds. +* UI: + * Fix: MacOS menu bar icon causing Tautulli to fail to start. + * New: Added platform icon for LG devices. +* Mobile App: + * Fix: Improved API security and validation when registering the Android app. +* Other: + * Fix: Error creating self-signed certificates on Python 3. + * Fix: Docker container not respecting the PUID and PGID environment variables. + * Fix: Tautulli login session cookie not set on the HTTP root path. + * Remove: Ability to login to Tautulli using a Plex username and password has been removed. Login using a Plex.tv account is only supported via OAuth. + + ## v2.5.0-beta (2020-05-31) * Announcements: diff --git a/plexpy/version.py b/plexpy/version.py index 1fba2beb..ddc5f204 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.5.0-beta" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.5.1-beta" \ No newline at end of file