From 746d44922e1061040e43f1279cb9f1367ef330cd Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 3 Jul 2022 15:32:18 -0700 Subject: [PATCH] v2.10.2 --- CHANGELOG.md | 10 ++++++++++ plexpy/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ed38b5..64a1c5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index b5c1abb8..906f1534 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.10.1" +PLEXPY_RELEASE_VERSION = "v2.10.2"