v2.0.5-beta

This commit is contained in:
JonnyWong16 2017-12-31 17:52:53 -08:00
parent 63814584e9
commit 9d01335395
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
# Changelog
## v2.0.5-beta (2017-12-31)
* Monitoring:
* Fix: IPv6 addresses overflowing on the activity cards.
* Notifications:
* Fix: Error sending Join notifications.
* UI:
* New: Added total required bandwidth in the activity header.
* Fix: Failing to retrieve releases from GitHub.
* Other:
* Fix: CherryPy SSL connection warning. (Thanks @felixbuenemann)
* Fix: Sanitize script output in logs.
* Change: Login sessions persists across server restarts.
## v2.0.4-beta (2017-12-29)
* Monitoring:

View file

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