v2.1.27-beta
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,27 @@
|
||||
# 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)
|
||||
|
||||
* Monitoring:
|
||||
|
@@ -1,2 +1,2 @@
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.26"
|
||||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.27-beta"
|
||||
|
Reference in New Issue
Block a user