[gnote/gnome-41] Prepare 41.1



commit 236c6b0d109814e39daf8a6c404df21445afaf73
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Oct 31 16:51:47 2021 +0200

    Prepare 41.1

 NEWS                                | 11 +++++++++++
 data/org.gnome.Gnote.appdata.xml.in |  6 ++++++
 meson.build                         |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d1a38fcb..1d45d9c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+41.1 - 2021/10/31
+
+Fixes:
+  * Fix search box focus when very first search in window is in note (#108)
+  * Fix note always re-opening in new window
+
+Translations:
+  * Updated translations:
+    - Japanese (ja)
+    - Russian (ru)
+
 41.0 - 2021/09/26
 
 Fixes:
diff --git a/data/org.gnome.Gnote.appdata.xml.in b/data/org.gnome.Gnote.appdata.xml.in
index a7869b06..8703e728 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="41.1" date="2021-10-31">
+    <ul>
+      <li>Fix search box focus when very first search in window is in note (#108)</li>
+      <li>Fix note always re-opening in new window</li>
+    </ul>
+  </release>
   <release version="41.0" date="2021-09-06">
     <ul>
       <li>Fix size and add more screenshots to appdata</li>
diff --git a/meson.build b/meson.build
index 5fe9eaa1..21ac58ac 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]