This commit is contained in:
JonnyWong16 2022-01-04 13:43:43 -08:00
commit 2410eb3380
No known key found for this signature in database
GPG key ID: 7A649674469E6574
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## v2.8.1 (2022-01-04)
* API:
* New: Added grouping and query_days parameters to the get_item_watch_time_stats API command.
* New: Added grouping parameter to the get_item_user_stats API command.
* New: Added total_time to the get_library_user_stats, get_user_player_stats, and get_item_user_stats API command responses.
* Removed: media_type parameter no longer required for the get_item_watch_time_stats, and get_item_user_stats API commands. The media type is determined automatically.
* Other:
* Fix: Clean .pyc files automatically after updating.
* New: Allow Snap package to access /media and /mnt locations. Refer to the FAQ for instructions on how to enable access.
## v2.8.0 (2021-12-15)
* History:

View file

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