v2.0.6-beta

This commit is contained in:
JonnyWong16 2017-12-31 19:48:14 -08:00
parent 83f1519932
commit c7081b4417
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## v2.0.6-beta (2017-12-31)
* Monitoring:
* New: Beta Plex Cloud support.
* Fix: Update paused time while still paused.
* UI:
* Fix: Stopped time showing as "n/a" on history table.
## v2.0.5-beta (2017-12-31) ## v2.0.5-beta (2017-12-31)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.5-beta" PLEXPY_RELEASE_VERSION = "v2.0.6-beta"