diff --git a/CHANGELOG.md b/CHANGELOG.md index 457cbf1c..75461af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Changelog -## v1.0 (2015-08-11) +## v1.1.2 (2015-08-16) -* First release +* Fix bug where user refresh would fail under certain circumstances. -## v1.0.1 (2015-08-13) +## v1.1.1 (2015-08-15) -* Allow SSL certificate check override for certain systems with bad CA stores. -* Fix typo on graphs page causing date selection to break on Safari. +* Added Most watched movie for home stats. Thanks @jroyal. +* Added TV show title to recently added text. Thanks @jroyal. +* Fix bug with buffer warnings where notification would trigger continuously after first trigger. +* Fix bug where custom avatar URL would get reset on every user refresh. ## v1.1.0 (2015-08-15) @@ -24,13 +26,11 @@ * Fix behaviour of close button on update popup, will now stay closed for an hour after clicking close. * Fix some styling niggles. -## v1.1.1 (2015-08-15) +## v1.0.1 (2015-08-13) -* Added Most watched movie for home stats. Thanks @jroyal. -* Added TV show title to recently added text. Thanks @jroyal. -* Fix bug with buffer warnings where notification would trigger continuously after first trigger. -* Fix bug where custom avatar URL would get reset on every user refresh. +* Allow SSL certificate check override for certain systems with bad CA stores. +* Fix typo on graphs page causing date selection to break on Safari. -## v1.1.2 (2015-08-16) +## v1.0 (2015-08-11) -* Fix bug where user refresh would fail under certain circumstances. \ No newline at end of file +* First release \ No newline at end of file diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 173446b4..9a75b2e0 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -253,13 +253,7 @@ fieldset[disabled] .btn-bright.active { .modal-body table { color: #999; } -.modal-body ul { - list-style: none; - -webkit-padding-start: 0px; - margin: 0; -} .modal-body li { - list-style: none; margin-top: 7px; margin-left: 4px; color: #aaa; diff --git a/data/interfaces/default/ip_address_modal.html b/data/interfaces/default/ip_address_modal.html index 4c4bc22e..d05eec64 100644 --- a/data/interfaces/default/ip_address_modal.html +++ b/data/interfaces/default/ip_address_modal.html @@ -15,7 +15,7 @@
Current version: ${plexpy.CURRENT_VERSION}
+Git hash: ${plexpy.CURRENT_VERSION}
% endif