This commit is contained in:
JonnyWong16 2023-07-13 15:50:39 -07:00
parent 571a6b6d2d
commit b953b951fb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 18 additions and 1 deletions

View file

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

View file

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