This commit is contained in:
Tim 2015-09-20 14:15:15 +02:00
commit 8792aa6c70
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog # 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) ## v1.1.9 (2015-09-14)
* Another JonnyWong release. I'm going to stop thanking you now ;) * Another JonnyWong release. I'm going to stop thanking you now ;)

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.1.9" PLEXPY_RELEASE_VERSION = "1.1.10"