[gnome-notes] Bump 3.35.2 release



commit 5b90fba5a221cb5b8e7614cd4b7fed31c54fb204
Author: Isaque Galdino <igaldino@gmail>
Date:   Sun Jan 5 20:18:01 2020 -0300

    Bump 3.35.2 release

 NEWS                                        | 13 +++++++++++++
 data/appdata/org.gnome.Notes.appdata.xml.in | 17 +++++++++++++++++
 meson.build                                 |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index d268cd9..e40f129 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in 3.35.2
+==============================
+
+* Changed default colors to use GNOME palette
+* Fixed paste event handler so Notes knows when that happens
+* Reduced minimum window width
+* Changed note title to headerbar
+* GTimeVal Deprecation
+
+Translations
+
+* gl (Fran Dieguez)
+
 Overview of changes in 3.35.1
 ==============================
 
diff --git a/data/appdata/org.gnome.Notes.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
index 31fd3d2..5fb6827 100644
--- a/data/appdata/org.gnome.Notes.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -39,6 +39,23 @@
   </screenshots>
 
   <releases>
+    <release date="2020-01-05" version="3.35.2">
+      <description>
+        <p>This release brings the following new features and improvements:</p>
+        <ul>
+          <li>Changed default colors to use GNOME palette</li>
+          <li>Fixed paste event handler so Notes knows when that happens</li>
+          <li>Reduced minimum window width</li>
+          <li>Changed note title to headerbar</li>
+          <li>GTimeVal Deprecation</li>
+        </ul>
+        <p>This release updates the following translations:</p>
+        <ul>
+          <li>gl (Fran Dieguez)</li>
+        </ul>
+        <p>Thanks to all the contributors that worked on GNOME Notes!</p>
+      </description>
+    </release>
     <release date="2019-10-14" version="3.35.1">
       <description>
         <p>This release brings the following new features and improvements:</p>
diff --git a/meson.build b/meson.build
index afce972..fe2ca61 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '3.35.1',
+  version: '3.35.2',
   license: 'GPL3',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.43.0'


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