mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.0.5-beta
This commit is contained in:
parent
63814584e9
commit
9d01335395
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# 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)
|
## v2.0.4-beta (2017-12-29)
|
||||||
|
|
||||||
* Monitoring:
|
* Monitoring:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.0.4-beta"
|
PLEXPY_RELEASE_VERSION = "v2.0.5-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue