mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
v2.0.19-beta
This commit is contained in:
parent
c7cc476623
commit
066a95d209
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,5 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.0.19-beta (2018-02-16)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Connect to Plex Cloud server without keeping it awake.
|
||||||
|
* Fix: Reconnect to Plex Cloud server after the server wakes up from sleeping.
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Don't send Plex Server Up/Down notifications when Tautulli starts up.
|
||||||
|
* Change: Better handling of Watched notifications.
|
||||||
|
* UI:
|
||||||
|
* New: Added Plex server selection dropdown in the settings.
|
||||||
|
* Fix: Libraries and Users tables not refreshing properly.
|
||||||
|
* Change: Updated the masked info shown to guests.
|
||||||
|
* Change: Check for updates without refreshing to the homepage.
|
||||||
|
* API:
|
||||||
|
* New: Added update_check to the API.
|
||||||
|
* Fix: delete_media_info_cache not deleting the cache.
|
||||||
|
* Change: Document "refresh" parameter for get_library_media_info.
|
||||||
|
* Other:
|
||||||
|
* Fix: Show the full changelog since v2 on a fresh install.
|
||||||
|
|
||||||
|
|
||||||
## v2.0.18-beta (2018-02-12)
|
## v2.0.18-beta (2018-02-12)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.0.18-beta"
|
PLEXPY_RELEASE_VERSION = "v2.0.19-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue