[gnote/gnome-42] Prepare 42.1



commit bcad054a73490356c45940360f5c589937dda5e3
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Jul 31 22:51:40 2022 +0300

    Prepare 42.1

 NEWS                                | 18 ++++++++++++++++++
 data/org.gnome.Gnote.appdata.xml.in |  6 ++++++
 meson.build                         |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index cf901984..3a8abc1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+42.1 - 2022-07-31
+
+New Features:
+  * Add shortcuts for switching tabs in main window (#124)
+  * Add shortcut to open shortcuts window (#123)
+
+Translations:
+  * Updated translations:
+    - Brazilian Portuguese (pt_BR)
+    - German (de)
+    - Indonesian (id)
+    - Lithuanian (lt)
+    - Polish (pl)
+    - Swedish (sv)
+    - Ukrainian (uk)
+  * Updated manual translations:
+    - Indonesian (id)
+
 42.0 - 2022-03-27
 
 Translations:
diff --git a/data/org.gnome.Gnote.appdata.xml.in b/data/org.gnome.Gnote.appdata.xml.in
index f05c6c75..3450c956 100644
--- a/data/org.gnome.Gnote.appdata.xml.in
+++ b/data/org.gnome.Gnote.appdata.xml.in
@@ -25,6 +25,12 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
+  <release version="42.1" date="2022-07-31">
+    <ul>
+      <li>Add shortcuts for switching tabs in main window (#124)</li>
+      <li>Add shortcut to open shortcuts window (#123)</li>
+    </ul>
+  </release>
   <release version="42.0" date="2022-03-27">
     <ul>
       <li>Fix build using meson 0.61.0</li>
diff --git a/meson.build b/meson.build
index d3b81d85..a015da67 100644
--- a/meson.build
+++ b/meson.build
@@ -9,7 +9,7 @@ i18n = import('i18n')
 python = import('python')
 
 gnote_release = meson.project_version().split('.')[0]
-libgnote_version_info = '0.0.0'
+libgnote_version_info = '0.0.1'
 
 glib_version = '>=2.62'
 gio_dep = dependency('gio-2.0', version: glib_version)


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