v2.0.7-beta

This commit is contained in:
JonnyWong16 2018-01-01 18:05:26 -08:00
parent 80b318b45c
commit 04d4ffb63d
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v2.0.7-beta (2018-01-01)
* Monitoring:
* Fix: Incorrect LAN/WAN location on activity cards.
* Fix: Paused time not recording correctly.
* Other:
* Fix: Failed to retrieve synced items when there are special characters in the title.
## v2.0.6-beta (2017-12-31)
* Monitoring:
@ -17,8 +26,8 @@
* Fix: Error sending Join notifications.
* UI:
* New: Added total required bandwidth in the activity header.
* Fix: Failing to retrieve releases from GitHub.
* Other:
* Fix: Failing to retrieve releases from GitHub.
* Fix: CherryPy SSL connection warning. (Thanks @felixbuenemann)
* Fix: Sanitize script output in logs.
* Change: Login sessions persists across server restarts.

View file

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