This commit is contained in:
JonnyWong16 2021-06-19 11:45:57 -07:00
parent eb46ff41fc
commit 9476897527
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 22 additions and 1 deletions

View file

@ -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:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.7.3"
PLEXPY_RELEASE_VERSION = "v2.7.4"