#
# Clawsker Makefile
-# Copyright 2007-2016 Ricardo Mones <ricardo@mones.org>
+# Copyright 2007-2017 Ricardo Mones <ricardo@mones.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
NAME = clawsker
-VERSION ?= 1.0.1
+VERSION ?= 1.1.0
PREFIX ?= /usr/local
BINDIR = ${PREFIX}/bin
DATADIR = ${PREFIX}/share
+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',
+ 'qs_error_color', 'qs_error_bgcolor', 'default_header_color',
+ 'default_header_bgcolor', and 'warn_sending_many_recipients_num'.
+ - Added new hotkeys tab for editing keyboard accelerators available in
+ the 'menurc' file of Claws Mail
+ - Fixed bug 3735 'the number of accounts may make main window very tall'
+ - Improved internal versions handling and other minor refactorings
+ - Updated manual page
+ - Translations:
+ • Updated: French, Dutch, Swedish, Turkish, Danish, Brazilian
+ Portuguese, Catalan, Norwegian Bokmål and Spanish
+ - See git log for further details
+
1.0.1:
- Small code refactoring and some fixes
- String management improvements
#
# Clawsker po Makefile
-# Copyright 2007-2016 Ricardo Mones <ricardo@mones.org>
+# Copyright 2007-2017 Ricardo Mones <ricardo@mones.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by