mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
v2.8.1
This commit is contained in:
parent
754f93816c
commit
2410eb3380
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# 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)
|
## v2.8.0 (2021-12-15)
|
||||||
|
|
||||||
* History:
|
* History:
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.8.0"
|
PLEXPY_RELEASE_VERSION = "v2.8.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue