[epiphany] Prepare 3.37.3



commit eff8967d27be8b77d5a36dd7abb12789aeef79a2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jul 2 14:11:37 2020 -0500

    Prepare 3.37.3

 NEWS                                      | 39 +++++++++++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  1 +
 meson.build                               |  2 +-
 3 files changed, 41 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4824faf11..4e8f8acb2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+3.37.3 - July 2, 2020
+=====================
+
+ * Add ephy-reader: URI scheme for reader mode (#50)
+ * Allow muting individual tabs (#311)
+ * Add paste as plaintext context menu option (#415)
+ * Fix crash when setting homepage (#610)
+ * Add --search command line option (#630)
+ * Add run in background option for web apps (#673)
+ * Allow reordering pinned tabs (#782)
+ * Improve writes to Safe Browsing database (#790)
+ * Pre-fill search bar with selected text (#809)
+ * Fix a test (#829)
+ * Redesign Privacy pages in preferences dialog (#1057, Andrei Lisita)
+ * Fix various memory leaks in history code (#1178)
+ * Fix insecure form focused warning (#1186)
+ * Refactor PDF code (#1189, !696)
+ * Fix back/forward mouse gesture (#1204)
+ * Add option to immediately switch to a new tab (#1209)
+ * Fix web app notifications (#1228)
+ * Update to highlight.js 10.1.0 (#1230, Jim Mason)
+ * Fix serif font setting not working properly (#1231)
+ * Fix Firefox Sync not working under flatpak (#1233)
+ * Improve suggested filename for PDF downloads (#1235)
+ * Notifications now display correctly in mobile mode (#1247)
+ * Remove mobile user agent since it doesn't work well (!601)
+ * Add line numbers in view source mode (!674, Jim Mason)
+ * Disable set image as wallpaper under flatpak (!679, Vanadiae)
+ * Select entire address bar on Ctrl+L (!685)
+ * Update readability.js (!692)
+ * Various UI cleanups and improvements (!695, Alexander Mikhaylenko)
+ * Default custom fonts to 12pt (!705)
+ * Add dark mode support in view source mode (!706, Jim Mason)
+ * Add per-site autoplay policy permission (!712, Charlie Turner)
+ * Improve safety of Firefox Sync code (!716)
+ * Update to PDF.js 2.4.456 (!718)
+ * Link buttons on search engines dialog (!722, Vanadiae)
+ * Update to libhandy master (Alexander Mikhaylenko)
+
 3.37.2 - May 29, 2020
 =====================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 453034ad7..0bd78ea3e 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-07-02" version="3.37.3"/>
     <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"/>
diff --git a/meson.build b/meson.build
index 024600aff..4c9b8d353 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.37.2',
+  version: '3.37.3',
   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]