v2.0.3-beta

This commit is contained in:
JonnyWong16 2017-12-25 09:58:24 -08:00
parent 18520e24d1
commit 243eeeff67
2 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,17 @@
# Changelog # Changelog
## v2.0.2-beta (2017-12-XX) ## v2.0.3-beta (2017-12-25)
* Monitoring:
* Fix: Missing sync ID error causing logging to crash.
* Fix: Incorrect optimized version title column name causing logging to crash.
* Notifications:
* Fix: Report correct beta version for Tautulli update notifications.
* UI:
* Fix: Missing CSS for stream info modal.
## v2.0.2-beta (2017-12-24)
* Monitoring: * Monitoring:
* Fix: Websocket connection fails to start with existing streams when upgrading to v2. * Fix: Websocket connection fails to start with existing streams when upgrading to v2.

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.2-beta" PLEXPY_RELEASE_VERSION = "v2.0.3-beta"