v2.0.22-beta

This commit is contained in:
JonnyWong16 2018-03-09 17:58:40 -08:00
parent 288f4c5f7f
commit a29bc7f4f9
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## v2.0.22-beta (2018-03-09)
* Notifications:
* Fix: Pushover notifications failing with priority 2 is set.
* Fix: Expanding selectize box for some notification agent settings.
* Other:
* Fix: Update check failing when an update is available.
* Fix: Item count incorrect for photo libraries.
## v2.0.21-beta (2018-03-04)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.21-beta"
PLEXPY_RELEASE_VERSION = "v2.0.22-beta"