diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1af865..503e04a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.1.10 (2015-09-20) + +* Added dedicated settings section for home stats configuration with ability to show/hide selected stats and sections. +* Added support for Twitter notifications. +* Only show music in graphs if music logging is enabled. +* The monitoring ignore interval now excludes paused time. +* Fix display bug on activity panel which incorrectly reported transcoding sometimes. +* Fix bug with Email notification TLS checkbox when it would be disabled by changing any other settings afterwards. +* Fix issue on some Python releases where the webbrowser library isn't included. + + ## v1.1.9 (2015-09-14) * Another JonnyWong release. I'm going to stop thanking you now ;) diff --git a/plexpy/version.py b/plexpy/version.py index 6af938ca..b8610db2 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.1.9" +PLEXPY_RELEASE_VERSION = "1.1.10"