mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.27-beta
This commit is contained in:
parent
536e8add17
commit
61fac10079
2 changed files with 24 additions and 2 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.27-beta (2019-03-03)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Error when playing synced optimized versions.
|
||||||
|
* Change: Show message to complete the setup wizard instead of error communicating with server message.
|
||||||
|
* Change: URL changed on Plex.tv for Plex Media Server beta updates.
|
||||||
|
* Notifications:
|
||||||
|
* New: Show the media type exclusion tags in the text preview modal.
|
||||||
|
* Fix: Unicode error in the Email notification failed response message.
|
||||||
|
* Fix: Error when a notification agent response is missing the "Content-Type" header.
|
||||||
|
* UI:
|
||||||
|
* Fix: Usernames were not being sanitized in dropdown selectors.
|
||||||
|
* Change: Different display of "All" recently added items on the homepage due to change in the Plex Media Server v1.15+ API.
|
||||||
|
* API:
|
||||||
|
* New: Added current Tautulli version to update_check API response.
|
||||||
|
* Change: API no longer returns sanitized HTML response data.
|
||||||
|
* Other:
|
||||||
|
* New: Added auto-restart to systemd init script.
|
||||||
|
* Fix: Patreon donation URL.
|
||||||
|
* Remove: Crypto donation options.
|
||||||
|
|
||||||
|
|
||||||
## v2.1.26 (2018-12-01)
|
## v2.1.26 (2018-12-01)
|
||||||
|
|
||||||
* Monitoring:
|
* Monitoring:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.26"
|
PLEXPY_RELEASE_VERSION = "v2.1.27-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue