v2.0.8-beta

This commit is contained in:
JonnyWong16 2018-01-03 16:08:21 -08:00
parent 54ab646048
commit 26b06e453d
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## v2.0.8-beta (2018-01-03)
* Monitoring:
* Fix: Fix HW transcoding indicator on activity cards.
* Fix: Fix long product/player names hidden behind platform icon on activity cards.
* Notifications:
* Fix: Notifications failing due to some missing notification parameters.
## v2.0.7-beta (2018-01-01) ## v2.0.7-beta (2018-01-01)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.7-beta" PLEXPY_RELEASE_VERSION = "v2.0.8-beta"