[epiphany] Prepare 3.37.1



commit 84cf5c00646365d8c1fba83e7b97d98e50684994
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Apr 25 16:08:46 2020 -0500

    Prepare 3.37.1

 NEWS                                      | 38 +++++++++++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  2 ++
 meson.build                               |  2 +-
 3 files changed, 41 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 160447f10..1d8e57f01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+3.37.1 - April 25, 2020
+=======================
+
+ * Address bar completion can now jump to tabs in other windows (#117)
+ * Suppress navigation buttons with apple-mobile-web-app-capable (#212)
+ * Add bookmarks import from Chrome/Chromium (#352)
+ * Add bookmarks import from HTML files (#483, ignapk)
+ * Fix Ctrl+Tab shortcut immediately after opening new tab (#890)
+ * Fix Ctrl+Tab shortcut after using Ctrl+F (#911, Andrei Lisita)
+ * Disable close actions in pinned tab context menu (#998)
+ * Add Ctrl+K shortcut to search in default engine (#1088, Andrei Lisita)
+ * Add confirmation dialog before deleting all passwords (#1094)
+ * Set reasonable limit on address bar autocompletions (#1096, #1155)
+ * Update highlight.js (#1124)
+ * Invert back/forward shortcuts in keyboard shortcuts dialog in RTL locales (#1145)
+ * Fix crash in web app creation dialog (#1151)
+ * Fix two windows opened by new window action (#1152)
+ * Increase back/forward button size in narrow mode (#1163)
+ * Avoid using deprecated libnotify (#1168)
+ * Add web app shortcuts to keyboard shortcuts dialog (!560, Sabri Ünal)
+ * Remove "Epiphany" from user agent header (!595)
+ * Mobile user agent now depends on chassis type (!601)
+ * Hide new tab and reload buttons in narrow mode (!612, #1162)
+ * Update gvdb (!615)
+ * Fix various web app memory issues (!616)
+ * Rename security popover settings (!620)
+ * Improve transition to/from narrow mode (!627, Alexander Mikhaylenko)
+
+3.36.1 - March 27, 2020
+=======================
+
+ * Fix bookmarks lockdown (#339)
+ * Fix endless Epiphany launch loop loading ftp:// URIs (#1053)
+ * Fix tab name on detached tabs (#1113)
+ * Fix extra blank space in bookmarks popover (#1119)
+ * Fix some downloads not working (#1127)
+ * Use full width address bar dropdown in narrow mode (!611)
+
 3.36.0 - March 7, 2020
 ======================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 72a7f145e..406aa9d72 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -44,6 +44,8 @@
     <id>epiphany.desktop</id>
   </provides>
   <releases>
+    <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"/>
     <release date="2020-02-27" version="3.35.92"/>
     <release date="2020-02-14" version="3.35.91"/>
diff --git a/meson.build b/meson.build
index 8242853ce..542a79628 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.36.0',
+  version: '3.37.1',
   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]