[epiphany] Prepare 3.37.2



commit 550764aeb06b51fdd0ecb374f61aa3f06078026a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri May 29 10:26:58 2020 -0500

    Prepare 3.37.2

 NEWS                                      | 30 ++++++++++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  1 +
 meson.build                               |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1d8e57f01..4824faf11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+3.37.2 - May 29, 2020
+=====================
+
+ * Search provider now offers to load URLs, rather than search the web (#150)
+ * Redesigned password management dialog (#225)
+ * Add user script support (like Greasemonkey) (#298)
+ * Fix and reenable test-ephy-web-view (#378)
+ * Import passwords from Chrome/Chromium (#424, #1187)
+ * Drop duplicate bookmarks during bookmark import (#485)
+ * Highlight active tab in mobile page view (#760)
+ * Allow drag and drop from downloads popover (#766)
+ * Allow opening multiple pages in history dialog (#862)
+ * Fix non-default search engines appearing in search provider (#923)
+ * Remove 10-tab limit on reopen closed tabs (#991)
+ * Remove secret service access from flatpak builds (#1009)
+ * Add keyboard shortcut to duplicate tab (#1167)
+ * Update to highlight.js 10.0.2 (#1171, #1176)
+ * Distribute unpacked version of highlight.js (#1173)
+ * Restore bookmark tag search in URL entry (#1177)
+ * Use GNotification and switch to appropriate tab when notification is clicked (#1180)
+ * Fix bookmark lockdown enabled when current page cannot be bookmarked (#1196)
+ * Refactor incognito recoloring and support HighContrastInverse (!626, Alexander Mikhaylenko)
+ * Fix crash loading about:applications (!636)
+ * Fix duplicate bookmarks causing import to go haywire (!639, ignapk)
+ * Improve maintainability of preferences dialog (!651, Andrei Lisita)
+ * Improve title and icon selection for web apps (!654)
+ * Add import/export menu (!658)
+ * Drop raised style for back/forward buttons (!665, Alexander Mikhaylenko)
+ * Update images in user help (!677, Vanadiae)
+
 3.37.1 - April 25, 2020
 =======================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index ef84e8d64..453034ad7 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -45,6 +45,7 @@
   </provides>
   <content_rating type="oars-1.1" />
   <releases>
+    <release date="2020-05-29" version="3.37.2"/>
     <release date="2020-04-25" version="3.37.1"/>
     <release date="2020-03-27" version="3.36.1"/>
     <release date="2020-03-07" version="3.36.0"/>
diff --git a/meson.build b/meson.build
index 542a79628..f8a7421b6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.37.1',
+  version: '3.37.2',
   meson_version: '>= 0.46.0',
   default_options: ['c_std=gnu11',
                     'warning_level=2']


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