From db90b8ad18023fe5cfc3d8e302b45d3db6ff2387 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:46:21 -0700 Subject: [PATCH] v2.7.6 --- CHANGELOG.md | 15 +++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cedc939fd..1765a572b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.7.6 (2021-08-31) + +* Notifications: + * Fix: Unable to parse colons (:) and exclamation marks (!) in notification text eval strings. +* Exporter: + * Fix: Unable to export playlists and collections from a library. + * New: Added new episode export fields. +* Mobile App: + * Fix: Unable to scan QR code with dark mode enabled. + * New: Tautulli Remote App is out of beta for iOS and can be downloaded in the App Store. +* Other: + * New: Update PlexAPI to 4.6.3. + * New: Added popup alert message for Windows and macOS when Tautulli fails to start. + + ## v2.7.5 (2021-07-15) * History: diff --git a/plexpy/version.py b/plexpy/version.py index af6bb4807..a4aa07a63 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.5" +PLEXPY_RELEASE_VERSION = "v2.7.6"