This commit is contained in:
JonnyWong16 2022-09-05 11:07:25 -07:00
parent 925efe0db7
commit 41b796e007
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v2.10.4 (2022-09-05)
* Activity:
* New: Added tooltip for quality profile on activity cards.
* Notifications:
* New: Added "does not begin with" and "does not end with" condition operators.
* UI:
* Fix: Album count showing 0 on library statistics.
* Fix: Library statistics not showing up for libraries without any history.
## v2.10.3 (2022-08-09)
* Notifications:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.10.3"
PLEXPY_RELEASE_VERSION = "v2.10.4"