[hitori] 3.38.4



commit 2498eff83d8cfdeb19eb455ae0c72b49ca6bd375
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Apr 4 12:13:10 2022 +0100

    3.38.4
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 NEWS                                 | 20 ++++++++++++++++++++
 data/org.gnome.Hitori.appdata.xml.in |  8 ++++++++
 meson.build                          |  2 +-
 3 files changed, 29 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b57a382..19edd3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of changes in Hitori 3.38.4
+====================================
+
+* Initial support for playing the game with a keyboard
+
+* Bugs fixed:
+ - !34 Make game playable with keyboard (bare minimum)
+ - !35 build: Drop positional arguments from i18n.merge_file() calls
+ - !36 interface: Fix a minor leak
+ - !37 snap: Add itstool to image
+ - !38 Move appdata screenshot to git
+
+* Translation updates:
+ - Abkhazian
+ - Chinese (China)
+ - Indonesian
+ - Occitan (post 1500)
+ - Russian
+
+
 Overview of changes in Hitori 3.38.3
 ====================================
 
diff --git a/data/org.gnome.Hitori.appdata.xml.in b/data/org.gnome.Hitori.appdata.xml.in
index 52b2b47..fd04719 100644
--- a/data/org.gnome.Hitori.appdata.xml.in
+++ b/data/org.gnome.Hitori.appdata.xml.in
@@ -54,6 +54,14 @@
   </requires>
   <translation type="gettext">hitori</translation>
   <releases>
+    <release version="3.38.4" date="2022-04-04" type="stable">
+      <description>
+        <ul>
+          <li>Add initial support for playing the game with a keyboard.</li>
+          <li>Translation updates.</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.38.3" date="2021-09-17" type="stable">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 6923820..08f5aa9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('hitori', 'c',
-  version: '3.38.3',
+  version: '3.38.4',
   meson_version : '>= 0.48.0',
   license: 'GPLv3+',
   default_options : [


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