diff --git a/CHANGELOG.md b/CHANGELOG.md index 125d851a..05290a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v2.7.3 (2021-05-22) + +* Activity: + * Fix: Incorrect quality profile being shown when transcoding to a higher bitrate. +* Notifications: + * New: Added notification parameters for duration values in seconds. (#1434) + * New: Added setting to allow repeat Tautulli update notifications. By default the Tautulli update notification will only notify once. + * New: Added setting to allow repeat Plex Media Server update notifications. By default the Plex Media Server update notification will only notify once. + * New: Added setting to configure the Tautulli update check interval. +* UI: + * Fix: Prevent accidentally closing modals when dragging the mouse outside the window. + * Fix: Recently added queue modal not loading. (#1429) + * New: Show collections tab in music libraries. (#1421) + * New: Added method to logout of active Tautulli sessions from the login logs. +* API: + * Fix: Update edit_user and edit_library doc strings for required parameters. (#1432) +* Other: + * New: Added advanced hidden setting for CherryPy thread pool size. (Thanks @psaab #1425) + + ## v2.7.2 (2021-04-24) * UI: diff --git a/plexpy/version.py b/plexpy/version.py index da9b908c..dd63a969 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.2" +PLEXPY_RELEASE_VERSION = "v2.7.3"