mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.12.6
This commit is contained in:
parent
571a6b6d2d
commit
b953b951fb
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.12.5 (2023-07-13)
|
||||||
|
|
||||||
|
* Activity:
|
||||||
|
* New: Added d3d11va to list of hardware decoders.
|
||||||
|
* History:
|
||||||
|
* Fix: Incorrect grouping of play history.
|
||||||
|
* New: Added button in settings to regroup play history.
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Incorrect concurrent streams notifications by IP addresss for IPv6 addresses (#2096) (Thanks @pooley182)
|
||||||
|
* UI:
|
||||||
|
* Fix: Occasional UI crashing on Python 3.11.
|
||||||
|
* New: Added multiselect user filters to History and Graphs pages. (#2090) (Thanks @zdimension)
|
||||||
|
* API:
|
||||||
|
* New: Added regroup_history API command.
|
||||||
|
* Change: Updated graph API commands to accept a comma separated list of user IDs.
|
||||||
|
|
||||||
|
|
||||||
## v2.12.4 (2023-05-23)
|
## v2.12.4 (2023-05-23)
|
||||||
|
|
||||||
* 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.12.4"
|
PLEXPY_RELEASE_VERSION = "v2.12.5"
|
Loading…
Add table
Add a link
Reference in a new issue