mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
v1.1.10
This commit is contained in:
parent
34e548cc15
commit
8792aa6c70
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 ;)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_VERSION = "master"
|
PLEXPY_VERSION = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "1.1.9"
|
PLEXPY_RELEASE_VERSION = "1.1.10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue