Skip to content

Commit

Permalink
v2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Jul 13, 2023
1 parent 571a6b6 commit b953b95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# 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)

* History:
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Expand Up @@ -18,4 +18,4 @@
from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.12.4"
PLEXPY_RELEASE_VERSION = "v2.12.5"

0 comments on commit b953b95

Please sign in to comment.