From: Ricardo Mones Date: Sun, 2 Dec 2018 15:04:52 +0000 (+0100) Subject: Release 1.3.0 X-Git-Tag: 1.3.0^0 X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=commitdiff_plain;h=87cb4112ce8def54167776d085d625daea9953fb Release 1.3.0 --- diff --git a/Makefile b/Makefile index 16b29b1..c862b0b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # NAME = clawsker -VERSION ?= 1.2.0 +VERSION ?= 1.3.0 PREFIX ?= /usr/local BINDIR = ${PREFIX}/bin DATADIR = ${PREFIX}/share diff --git a/NEWS b/NEWS index 769c3f8..a1ce6f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +1.3.0: + - Migrated to GTK+3 perl bindings + - Migrated UI layouts to new GtkGrid widget + - Reimplemented about dialogue using GTK+3 AboutDialog + - Hotkey background stripes now use theme colours + - Fixed bug detecting unapplied changes + - Fixed window height to fit common resolutions (4128) + - Translations: + • New: Portuguese + • Updated: Turkish, Dutch, Swedish, French, Spanish and Danish + - Late translations: + • New: Traditional Chinese (for 1.2.0) + • Updated: Brazilian Portuguese (for 1.2.0) + - Other fixes and improvements, see git log for further details + 1.2.0: - Implemented warning when quitting with unapplied changes (3736) - Program can now be exited with Escape key