mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v1.2.0
This commit is contained in:
parent
34167495ed
commit
8fca6352cf
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_VERSION = "master"
|
PLEXPY_VERSION = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "1.1.10"
|
PLEXPY_RELEASE_VERSION = "1.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue