diff --git a/CHANGES.md b/CHANGES.md index cfd99641..c9455fa7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,9 @@ * Add failure handling, skip provider for x hour(s) depending on count of failures * Add detection of Too Many Requests (Supporting providers UC and BTN) * Add footer icon button to switch time layouts +* Add performance gains for proper search by integrating it into recent search +* Add the once per day proper finder time to footer, this process catches any propers missed during recent searches +* Add ability to differentiate webdl/rip sources so overwriting propers is always done from the same source (e.g. AMZN) [develop changelog] diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 3542c285..c3c1c575 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -643,7 +643,7 @@ inc_bottom.tmpl opacity:0.4;filter:alpha(opacity=40); float:none; display:inline-block; - margin:0 0 -2px 0; + margin:0 0 -1px 2px; height:12px; width:14px } @@ -653,11 +653,11 @@ inc_bottom.tmpl } .footer .icon-glyph.timeleft, .footer .icon-glyph.time:hover{ - background-position:-48px -25px + background-position:-49px -25px } .footer .icon-glyph.time, .footer .icon-glyph.timeleft:hover{ - background-position:-192px -121px + background-position:-193px -121px } /* ======================================================================= diff --git a/gui/slick/interfaces/default/config_search.tmpl b/gui/slick/interfaces/default/config_search.tmpl index 81393717..02da241c 100755 --- a/gui/slick/interfaces/default/config_search.tmpl +++ b/gui/slick/interfaces/default/config_search.tmpl @@ -74,18 +74,6 @@ -