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/inc_bottom.tmpl b/gui/slick/interfaces/default/inc_bottom.tmpl
index 36acea1d..6b8d336e 100644
--- a/gui/slick/interfaces/default/inc_bottom.tmpl
+++ b/gui/slick/interfaces/default/inc_bottom.tmpl
@@ -69,13 +69,13 @@ if min_output:
% (localRoot, str(ep_snatched))
)[0 < ep_snatched]
%> / episodes downloaded $ep_percentage
-#for i, event in enumerate($MainHandler.getFooterTime(ajax_layout=False))
+#for i, event in enumerate($MainHandler.getFooterTime(change_layout=False, json_dump=False))
#for k, v in event.items()
#set info = re.findall('(.*)_(timeleft|time)', k)[0]
#if not i
-
+
next connect for...
#end if
- | $info[0].replace('-', ' '):
+ | $info[0].replace('-', ' '):
#end for
#end for
#if diskfree
@@ -106,18 +106,31 @@ if min_output: