Skip to content

Commit

Permalink
v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Aug 31, 2021
1 parent 1a18d63 commit db90b8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Expand Up @@ -18,4 +18,4 @@
from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.7.5"
PLEXPY_RELEASE_VERSION = "v2.7.6"

0 comments on commit db90b8a

Please sign in to comment.