This commit is contained in:
JonnyWong16 2022-07-03 15:32:18 -07:00
parent ec99a2f3d9
commit 746d44922e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.10.2 (2022-07-03)
* Activity:
* Fix: Incorrect audio stream info shown on the activity card when playing a secondary audio track.
* UI:
* Fix: Usernames not showing on the home statistics cards.
* Fix: Do not save a user's friendly name if it is the same as the username.
* Change: Update library icons to the latest Plex style.
## v2.10.1 (2022-06-01) ## v2.10.1 (2022-06-01)
* Notifications: * Notifications:

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.10.1" PLEXPY_RELEASE_VERSION = "v2.10.2"