v2.0.10-beta

This commit is contained in:
JonnyWong16 2018-01-04 19:55:13 -08:00
parent 64c9247dd1
commit 74a68f3c7d
2 changed files with 14 additions and 4 deletions

View file

@ -1,16 +1,26 @@
# Changelog # Changelog
## v2.0.10-beta (2018-01-04)
* Monitoring:
* Fix: HW transcoding indicator on activity cards incorrect after refreshing.
* Notifications:
* Remove: Notification toggles from library and user settings. Use custom conditions to filter out notifications instead.
* UI:
* Fix: Incorrect examples for some date format options. Also added a few missing date format options. (Thanks @Tommatheussen)
## v2.0.9-beta (2018-01-03) ## v2.0.9-beta (2018-01-03)
* Notifications: * Notifications:
* Fix: Notifications failing due to incorrect season/episode number types. * Fix: Notifications failing due to incorrect season/episode number types.
## v2.0.8-beta (2018-01-03) ## v2.0.8-beta (2018-01-03)
* Monitoring: * Monitoring:
* Fix: Fix HW transcoding indicator on activity cards. * Fix: Incorrect HW transcoding indicator on activity cards.
* Fix: Fix long product/player names hidden behind platform icon on activity cards. * Fix: Long product/player names hidden behind platform icon on activity cards.
* Notifications: * Notifications:
* Fix: Notifications failing due to some missing notification parameters. * Fix: Notifications failing due to some missing notification parameters.

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.9-beta" PLEXPY_RELEASE_VERSION = "v2.0.10-beta"