### v.1.8 SUN STABLE
-* Introduce a new column header background colour.
+* ✔ Introduce a new column header background colour.
* ✔ Autologin bypasses actual wanted login.
* This is bug 20.
## Bugs
### v. 1.9 Encountered/Fixed
-
+* Bug 22 - Delete selection of entries not working after a while, db fix in config page required.
+* Bug 21 - Income sum for year in stats is displayed wrong.
* ✔ Bug 20 - Autologin bypasses, wanted new alias login (on logoff).
### v. 1.8 Encountered/Fixed
my $today = DateTime->now;
$today -> set_time_zone(Settings::timezone());
-#Excludes can be now be set as permanent to page view excluded, visible if view searched.
-#http://localhost:8080/cgi-bin/main.cgi?vc=0&category=0&xc=0&idx_cat_x=0&v_from=&v_to=&keywords=&srch_reset=0
-
if(!$prm_vc && &Settings::keepExcludes){
if($prm_xc_lst){
&Settings::configProperty($db, 201, '^EXCLUDES', $prm_xc_lst);