From 9476897527899927f19d467b57c3247bd76e8512 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 19 Jun 2021 11:45:57 -0700 Subject: [PATCH] v2.7.4 --- CHANGELOG.md | 21 +++++++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05290a05..fedb8bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +# v2.7.4 (2021-06-19) + +* Activity: + * Fix: Incorrect quality profile shown on the activity card. +* Notifications: + * New: Added ability to evaluate Python expressions in notification parameters. + * New: Added tilde (~) to represent blank notification condition values. +* Exporter: + * Fix: Blank fields missing from csv and json exports. + * New: Added some new exporter fields. +* Graphs: + * Fix: Play counts and durations not matching the homepage statistics. +* UI: + * New: Show search bar in the collapsed menu on the mobile layout. (#1446) + * Change: Do not show seconds for total played duration on Users and Libraries tables. +* Other: + * Fix: Check the Tautulli data folder is writable on startup. (#1441) + * New: Update PlexAPI to 4.6.1. + * Change: Always hash HTTP password in config file. + + ## v2.7.3 (2021-05-22) * Activity: diff --git a/plexpy/version.py b/plexpy/version.py index dd63a969..46d06f5c 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.3" +PLEXPY_RELEASE_VERSION = "v2.7.4"