mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
v1.2.1
This commit is contained in:
parent
26d825dc09
commit
dd5ba05c88
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.2.2 (2015-10-12)
|
||||||
|
|
||||||
|
* Add server discovery on first run.
|
||||||
|
* Add column to tables for Platform.
|
||||||
|
* Add link to top level breadcrumbs on info pages.
|
||||||
|
* Add ability to change notification sounds for Pushover and Boxcar.
|
||||||
|
* Show watched percentage tooltip on progress column in history tables.
|
||||||
|
* More logging in event an http request fails.
|
||||||
|
* Code cleanups and other fixes.
|
||||||
|
* Fix ordering on sync table.
|
||||||
|
* Fix bug on home stats cards.
|
||||||
|
* Fix bug on activity pane where music details were not shown.
|
||||||
|
|
||||||
|
|
||||||
## v1.2.1 (2015-09-29)
|
## v1.2.1 (2015-09-29)
|
||||||
|
|
||||||
* Fix for possible issue when paused_counter is null.
|
* Fix for possible issue when paused_counter is null.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_VERSION = "master"
|
PLEXPY_VERSION = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "1.2.1"
|
PLEXPY_RELEASE_VERSION = "1.2.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue