[hitori] 3.33.0



commit ac8dac34bf1305a053c5caaa0797144764626cd0
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Aug 22 13:51:36 2019 +0300

    3.33.0
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS                                 | 43 ++++++++++++++++++++++++++++++++++++
 data/org.gnome.Hitori.appdata.xml.in |  9 ++++++++
 meson.build                          |  2 +-
 3 files changed, 53 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 657d07c..fda9257 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Overview of changes in Hitori 3.33.0
+====================================
+
+* Remember window size and position (#3, #4)
+
+* Support localised (non-Arabic) digits on the game board (#13)
+
+* Add keyboard shortcuts dialogue and improve keyboard shortcuts and mnemonics (!15, !21, !22)
+
+* Bugs fixed:
+ - #3 [BZ#732788] Should better handle maximization
+ - #4 [BZ#735330] Remember window size/position
+ - #13 Support localised digits on game board
+ - !5 Rember window position/size and expand the drawing area
+ - !7 Gitlab CI: setup flatpak nightlies
+ - !15 menu: Add mnemonics for board size options
+ - !21 shortcuts: fix Ctrl+N and add Ctrl+Q and Ctrl+W as quit actions
+ - !22 Add Keyboard Shortcuts dialog
+ - !23 generator: Rework random number seeding to not use deprecated functions
+
+* Translation updates:
+ - Basque
+ - Catalan
+ - Croatian
+ - Czech
+ - Danish
+ - Dutch
+ - English (United Kingdom)
+ - Finnish
+ - Friulian
+ - German
+ - Greek, Modern (1453-)
+ - Hungarian
+ - Indonesian
+ - Lithuanian
+ - Portuguese (Brazil)
+ - Romanian
+ - Russian
+ - Slovenian
+ - Spanish
+ - Swedish
+
+
 Overview of changes in Hitori 3.31.92
 =====================================
 
diff --git a/data/org.gnome.Hitori.appdata.xml.in b/data/org.gnome.Hitori.appdata.xml.in
index 86d81f5..5c2fb73 100644
--- a/data/org.gnome.Hitori.appdata.xml.in
+++ b/data/org.gnome.Hitori.appdata.xml.in
@@ -47,6 +47,15 @@
   </kudos>
   <translation type="gettext">hitori</translation>
   <releases>
+    <release version="3.33.0" date="2019-08-22" type="development">
+      <description>
+        <ul>
+          <li>Remember window size and position.</li>
+          <li>Support localised (non-Arabic) digits on the game board.</li>
+          <li>Add keyboard shortcuts dialogue and improve keyboard shortcuts and mnemonics.</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.32.0" date="2019-08-22" type="stable" />
     <release version="3.31.92" date="2019-03-04" type="development" />
     <release version="3.31.0" date="2019-02-19" type="development" />
diff --git a/meson.build b/meson.build
index 2d6eb4f..2096c22 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('hitori', 'c',
-  version: '3.31.92',
+  version: '3.33.0',
   meson_version : '>= 0.48.0',
   license: 'GPLv3+',
   default_options : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]