[gnote] Prepare 3.38.0



commit e5f7972c3b5ccbeb6550e9060b7dbdb6172c1a96
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Sep 19 21:11:42 2020 +0300

    Prepare 3.38.0

 NEWS                              | 29 +++++++++++++++++++++++++++++
 configure.ac                      |  2 +-
 data/appdata/gnote.appdata.xml.in | 16 +++++++++++++---
 3 files changed, 43 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index dd36b8b0..82a95991 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.38.0 - 2020/09/19
+
+Fixes:
+  * Fix occasional crash when closing
+  * Note rename optimisation
+  * Fix autolinking when renaming note with no links to it
+  * Fix logic inversion for unfiled notes
+  * Fix invalid Mallard markup in manual
+  * Allow selecting local sync folder directly in drop down (fixes issue 41)
+
+Translations:
+  * Added Ukrainian manual (uk)
+  * Updated Slovenian manual (sl)
+  * Updated translations:
+    - Brazilian Portuguese (pt_BR)
+    - Catalan (ca)
+    - Galician (gl)
+    - Hungarian (hu)
+    - Indonesian (id)
+    - Italian (it)
+    - Japanese (ja)
+    - Korean (ko)
+    - Lithuanian (lt)
+    - Polish (pl)
+    - Spanish (es)
+    - Tamil (ta)
+    - Turkish (tr)
+    - Ukrainian (uk)
+
 3.37.0 - 2020/04/18
 
 New Features:
diff --git a/configure.ac b/configure.ac
index bbdc8f8e..01769847 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 3.37.1)
+AC_INIT(gnote, 3.38.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([1.11 foreign subdir-objects dist-xz no-dist-gzip tar-ustar])
diff --git a/data/appdata/gnote.appdata.xml.in b/data/appdata/gnote.appdata.xml.in
index b80d2e09..37eec6aa 100644
--- a/data/appdata/gnote.appdata.xml.in
+++ b/data/appdata/gnote.appdata.xml.in
@@ -22,10 +22,14 @@
  <update_contact>aurisc4_at_gmail.com</update_contact>
  <content_rating type="oars-1.1"/>
  <releases>
-  <release version="3.36.0" date="2020-03-15">
+  <release version="3.38.0" date="2020-09-19">
     <ul>
-      <li>Required Glibmm version now is 2.62</li>
-      <li>Fix a number of crashes during synchronization</li>
+      <li>Fix occasional crash when closing</li>
+      <li>Note rename optimisation</li>
+      <li>Fix autolinking when renaming note with no links to it</li>
+      <li>Fix logic inversion for unfiled notes</li>
+      <li>Fix invalid Mallard markup in manual</li>
+      <li>Allow selecting local sync folder directly in drop down (fixes issue 41)</li>
     </ul>
   </release>
   <release version="3.37.0" date="2020-04-18">
@@ -39,6 +43,12 @@
       </ul>
     </description>
   </release>
+  <release version="3.36.0" date="2020-03-15">
+    <ul>
+      <li>Required Glibmm version now is 2.62</li>
+      <li>Fix a number of crashes during synchronization</li>
+    </ul>
+  </release>
   <release version="3.35.0" date="2020-02-23">
     <description>
       <ul>


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