[Commits] [SCM] clawsker branch, master, updated. 1.1.1
mones at claws-mail.org
mones at claws-mail.org
Sun Dec 24 15:29:35 CET 2017
The branch, master has been updated
via 812fb9e5c7e590e0e08b246cf2ff25d9de1d34d7 (commit)
via 23004877a9071a3b75ed52fb381ee8a888786ba0 (commit)
via 0f7f267812503393246f01b2212529143c8975be (commit)
from b75327e8c02a2abf9f07c545904e830e840ef6c5 (commit)
Summary of changes:
Makefile | 2 +-
NEWS | 7 +++++++
clawsker | 10 +++++-----
3 files changed, 13 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 812fb9e5c7e590e0e08b246cf2ff25d9de1d34d7
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Dec 24 15:28:45 2017 +0100
Release 1.1.1
diff --git a/Makefile b/Makefile
index 7c044eb..3aeb2f9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
#
NAME = clawsker
-VERSION ?= 1.1.0
+VERSION ?= 1.1.1
PREFIX ?= /usr/local
BINDIR = ${PREFIX}/bin
DATADIR = ${PREFIX}/share
diff --git a/NEWS b/NEWS
index 7c4b4b2..102434f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.1.1:
+ - Updated preferences data to cope with changes in Claws Mail 3.16.0
+ - Fix bug in Quick Search colors data which rendered it unsettable
+ - Translations:
+ • Updated: German
+ - See git log for further details
+
1.1.0:
- Added support for new hidden preferences in Claws Mail 3.15.0
'tags_color', 'tags_bgcolor', 'qs_active_color', 'qs_active_bgcolor',
commit 23004877a9071a3b75ed52fb381ee8a888786ba0
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Dec 24 13:23:06 2017 +0100
Increase range of cache to 512 Mb
diff --git a/clawsker b/clawsker
index d487d62..15346bb 100755
--- a/clawsker
+++ b/clawsker
@@ -686,7 +686,7 @@ sub new_subpage_frame {
'cache_max_mem_usage',
[ $xl::s{l_oth_max_use}, $xl::s{l_oth_max_use_units} ],
$xl::s{h_oth_max_use},
- 'int,0,262144', # 0 Kb - 256 Mb
+ 'int,0,524288', # 0 Kb - 512 Mb
'0.7.8.36',
'4096',
],
commit 0f7f267812503393246f01b2212529143c8975be
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Dec 24 13:14:03 2017 +0100
Fix quicksearch colors not being handled
diff --git a/clawsker b/clawsker
index f3af7a5..d487d62 100755
--- a/clawsker
+++ b/clawsker
@@ -1240,18 +1240,18 @@ sub new_behaviour_page() {
'#000000',
],
qs_error_bg => [
- '',
+ 'qs_error_bgcolor',
$xl::s{l_col_qs_error_bg},
$xl::s{h_col_qs_error_bg},
- 'qs_error_bgcolor',
+ 'color',
'3.14.1.31',
'#ff7070',
],
qs_error_text => [
- '',
+ 'qs_error_color',
$xl::s{l_col_qs_error_text},
$xl::s{h_col_qs_error_text},
- 'qs_error_color',
+ 'color',
'3.14.1.31',
'#000000',
],
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list