[seahorse] Release stable version 3.36



commit a342b325b84c3062f1627d65b1f4d0028f5d96dc
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Mar 10 23:10:03 2020 +0100

    Release stable version 3.36

 NEWS                                               |  9 ++++++
 data/org.gnome.seahorse.Application.appdata.xml.in | 33 ++++++++++++++++++++++
 meson.build                                        |  2 +-
 3 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5f80cfd8..0431233d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+seahorse 3.36.0
+---------------
+ * Add hyperlink for COPYING in README [!124]
+ * meson: Validate appdata and desktop files [!123]
+ * flatpak: Remove dconf workaround [!123]
+ * flatpak: Remove libsoup [!123]
+ * gkr: Try to guess the username [!122]
+ * Updated translations
+
 seahorse 3.35.91
 ----------------
  * ui: Add F10 shortcut for 'open menu' [!118]
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index 93c680a5..fb59c01a 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -22,6 +22,39 @@
   </screenshots>
 
   <releases>
+    <release date="2020-03-10" version="3.36">
+      <description>
+        <p>
+          Version 3.36 is the next stable release after 3.34, with the
+          following major improvements:
+        </p>
+        <ul>
+          <li>
+            UI improvements to the main window: better fitted to deal with
+            smaller screens, as well as better feedback when iterating over
+            the list
+          </li>
+          <li>
+            The sidebar now groups in the more logical "Passwords", "Keys" and
+            "Certificates" categories
+          </li>
+          <li>
+            Consistent with other GNOME apps, we now have a separate window for
+            our keyboard shortcuts
+          </li>
+          <li>Removed the usage of short key IDs for PGP keys</li>
+          <li>
+            Add the possibility to show and copy the public key of an SSH key
+          </li>
+          <li>
+            When showing passwords in the main list, we do a best effort to
+            also display the username
+          </li>
+          <li>Several bugfixes</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2019-10-01" version="3.34">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index ab252ead..5d0e28aa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.35.91',
+  version: '3.36',
   meson_version: '>= 0.51',
   license: 'GPL2+',
 )


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