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"