This commit is contained in:
Tim 2015-09-29 22:00:09 +02:00
parent 34167495ed
commit 8fca6352cf
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## v1.2.0 (2015-09-29)
* Added option to group consecutive plays in the history tables.
* Added option for websocket monitoring (still slightly experimental and disabled by default).
* Added global search option (searches your Plex library).
* Added option to update any items that may have had their rating keys changed.
* Added option to disable consecutive notifications.
* Some visual tweaks and fixes.
* Fix bug where monitoring wouldn't start up after first run.
* Fix bug showing incorrect transcode decisions for music tracks on history tables.
## v1.1.10 (2015-09-20) ## v1.1.10 (2015-09-20)
* Added dedicated settings section for home stats configuration with ability to show/hide selected stats and sections. * Added dedicated settings section for home stats configuration with ability to show/hide selected stats and sections.

View file

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