From 5f22ad26ad52fbf7881aac988a59853a2bde9887 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 14 Oct 2021 23:15:26 -0700 Subject: [PATCH] v2.7.7 --- CHANGELOG.md | 17 ++++++++++++++++- plexpy/version.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1765a572..dd5be3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Changelog +## v2.7.7 (2021-10-14) + +* Notifications: + * Fix: Colons and exclamation marks being replaced outside of expressions. + * New: Added LunaSea notification agent. Note: Requires a future LunaSea app update to function. +* Newsletters: + * Fix: Star rating not showing on newsletter with the new Plex metadata agents. (#1511) +* UI: + * Fix: Sorting of mobile devices table with uppercase and lowercase device names. + * Fix: Various dropdown menus with centered text to left-aligned text. +* Other: + * Fix: Plex.tv account token not changing when fetching a new token. + * New: Added check and warning message for missing Docker container volume mount. + + ## 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. + * Fix: Unable to export playlists and collections from a library. (#1484) * New: Added new episode export fields. * Mobile App: * Fix: Unable to scan QR code with dark mode enabled. diff --git a/plexpy/version.py b/plexpy/version.py index a4aa07a6..8e3d81b3 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.6" +PLEXPY_RELEASE_VERSION = "v2.7.7"