From 5fbe9d476b8dec441869085a195794d9efb1ef72 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 15 Jul 2021 13:22:54 -0700 Subject: [PATCH] v2.7.5 --- CHANGELOG.md | 17 +++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fedb8bcb..7bb78a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# v2.7.5 (2021-07-15) + +* History: + * Fix: Guest users were unable to view history. + * Fix: Most Active Library statistics was counting deleted libraries. +* Newsletters: + * Fix: Incorrect padding on the newsletter configuration modal. +* Mobile App: + * New: Tautulli Remote App is out of beta on Android. The iOS app is available for beta testing on TestFlight. +* API: + * New: Added mobile device platform and version to device registration. +* Other: + * Fix: Unable to remove authentication. + * Change: Improve API key and device token security on Python 3. + * Remove: Basic Authentication setting. + + # v2.7.4 (2021-06-19) * Activity: diff --git a/plexpy/version.py b/plexpy/version.py index 46d06f5c..af6bb480 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.7.4" +PLEXPY_RELEASE_VERSION = "v2.7.5"