mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
v2.0.7-beta
This commit is contained in:
parent
80b318b45c
commit
04d4ffb63d
2 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# 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)
|
## v2.0.6-beta (2017-12-31)
|
||||||
|
|
||||||
* Monitoring:
|
* Monitoring:
|
||||||
|
@ -17,8 +26,8 @@
|
||||||
* Fix: Error sending Join notifications.
|
* Fix: Error sending Join notifications.
|
||||||
* UI:
|
* UI:
|
||||||
* New: Added total required bandwidth in the activity header.
|
* New: Added total required bandwidth in the activity header.
|
||||||
* Fix: Failing to retrieve releases from GitHub.
|
|
||||||
* Other:
|
* Other:
|
||||||
|
* Fix: Failing to retrieve releases from GitHub.
|
||||||
* Fix: CherryPy SSL connection warning. (Thanks @felixbuenemann)
|
* Fix: CherryPy SSL connection warning. (Thanks @felixbuenemann)
|
||||||
* Fix: Sanitize script output in logs.
|
* Fix: Sanitize script output in logs.
|
||||||
* Change: Login sessions persists across server restarts.
|
* Change: Login sessions persists across server restarts.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.0.6-beta"
|
PLEXPY_RELEASE_VERSION = "v2.0.7-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue