diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a3279a..1d94d8b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 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) * Fix: Verifying server with SSL enabled. diff --git a/plexpy/version.py b/plexpy/version.py index 0473c553..631ee18e 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.7" +PLEXPY_RELEASE_VERSION = "1.3.8"