Release 1.3.0 1.3.0
authorRicardo Mones <ricardo@mones.org>
Sun, 2 Dec 2018 15:04:52 +0000 (16:04 +0100)
committerRicardo Mones <ricardo@mones.org>
Sun, 2 Dec 2018 15:04:52 +0000 (16:04 +0100)
Makefile
NEWS

index 16b29b1b5e1ea4e938dd0322156c74592152e53f..c862b0bbc362b38f9a839429ed509d302110a3d2 100644 (file)
--- 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 769c3f8dcfca3ba6ffaaa34e61475993fcc87c48..a1ce6f3b6d240bfb1dc68cc4b352b87f6f71c139 100644 (file)
--- 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