diff --git a/CHANGELOG.md b/CHANGELOG.md
index 781a3886..a749bf1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## v1.1.6 (2015-09-06)
+
+* Home stats cards are now expandable to show multiple items. Configurable in settings. Thanks @JonnyWong.
+* Completely redesigned media info pages. Thanks @JonnyWong.
+* Redesigned activity pane to match Plex Web more closely. Thanks @JonnyWong.
+* New Library stats on home page, shows total item counts per library. Thanks @JonnyWong.
+* New last watched card in home stats. Shows last watched items. Thanks @JonnyWong.
+* Improved some layout issues on mobile devices. Thanks @JonnyWong.
+* Fixed issue where some clip/channel items are reported as episodes and causing exceptions.
+* Many styling improvements and fixes. Thanks @JonnyWong.
+* Fixed incorrect sort on home stats platform count by duration. Thanks @JonnyWong.
+* Fix issue where user refresh would continually be called as "Local" user didn't exist in database.
+* Fixed styling on graph stream modal. Thanks @JonnyWong.
+* Fixed some issues with users page editing. Thanks @JonnyWong.
+* Fix error page when clicking through to an item that no longer exists.
+
+
## v1.1.5 (2015-08-27)
* Fix git tag being one release behind.
diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html
index 3bffc64a..f0918641 100644
--- a/data/interfaces/default/base.html
+++ b/data/interfaces/default/base.html
@@ -1,4 +1,4 @@
-<%
+<%
import plexpy
from plexpy import version
%>
@@ -52,7 +52,7 @@ from plexpy import version
-
+
hrs
mins
" else: @@ -58,199 +64,587 @@ DOCUMENTATION :: END %> % if data: -% if data[0]['rows'] or data[2]['rows']: +% if data[0]['rows'] or data[1]['rows'] or data[2]['rows'] or data[3]['rows'] or data[4]['rows'] or data[5]['rows']:plays
% else: - ${a['rows'][0]['total_duration'] | hd} + ${top_stat['rows'][0]['total_duration'] | hd} % endifusers
plays
% else: - ${a['rows'][0]['total_duration'] | hd} + ${top_stat['rows'][0]['total_duration'] | hd} % endifusers
plays
% else: - ${a['rows'][0]['total_duration'] | hd} + ${top_stat['rows'][0]['total_duration'] | hd} % endifplays
% else: - ${a['rows'][0]['total_duration'] | hd} + ${top_stat['rows'][0]['total_duration'] | hd} % endif+ + + - ${top_stat['rows'][0]['platform_type']} +
+Delete | -Time | -User | -IP Address | -Platform | -Title | -Started | -Paused | -Stopped | -Duration | -- |
---|
The interval (in hours) PlexPy will request an updated friends list from Plex.tv. 1 minimum, 24 maximum.
The interval (in seconds) PlexPy will ping your Plex Server. Min 30 seconds, Recommended 60 seconds.
+The interval (in seconds) PlexPy will ping your Plex Server. Min 30 seconds, recommended 60 seconds.
Keep records of all video items played from your Plex Media Server.
The interval (in seconds) PlexPy will wait for a video item to be active before logging it. 0 to disable.
How many buffer events should we wait before triggering the first warning. Buffer events increment on each monitor ping if play state is buffering. 0 to disable buffer warnings.
The value (in seconds) PlexPy should wait before triggering the next buffer warning. 0 to always trigger.
Set the progress percentage of when a watched notification should be triggered. Minimum 50, Maximum 95.
- Toggle the desired notification options by clicking the bolt icon and configure it by selecting the settings icon to the right. + Toggle the desired notification options by clicking the bell icon and configure it by clicking the settings icon to the right.