mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v1.3.8
This commit is contained in:
parent
064131c842
commit
2610d29b60
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.3.8 (2016-02-21)
|
||||||
|
|
||||||
|
* Fix: Regression unable to clear HTTP password.
|
||||||
|
* Fix: Remove media tags from script arguments for server notifications.
|
||||||
|
* Fix: Encode poster titles to UTF-8 for Imgur upload.
|
||||||
|
* Fix: Allow notifications to send without poster if Imgur upload fails.
|
||||||
|
* Add: Notification Logs table in the Logs tab.
|
||||||
|
* Add: Toggle in settings to enable posters in notifications. (Disabled by default.)
|
||||||
|
* Change: Save Imgur poster URL to database so upload is not needed every time.
|
||||||
|
* Change: Notify log in database to log each event as a separate entry.
|
||||||
|
* Change: Monitor remote access is unchecked if remote access is disabled on server.
|
||||||
|
|
||||||
|
|
||||||
## v1.3.7 (2016-02-20)
|
## v1.3.7 (2016-02-20)
|
||||||
|
|
||||||
* Fix: Verifying server with SSL enabled.
|
* Fix: Verifying server with SSL enabled.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_VERSION = "master"
|
PLEXPY_VERSION = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "1.3.7"
|
PLEXPY_RELEASE_VERSION = "1.3.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue