[epiphany] Prepare 3.33.4



commit 38c6b3c063d05a0228cc10dcd3b357d89f8175e6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jul 14 16:39:26 2019 -0500

    Prepare 3.33.4

 NEWS                                      | 22 ++++++++++++++++++++++
 data/org.gnome.Epiphany.appdata.xml.in.in |  2 +-
 meson.build                               |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8afa3f1cc..ad7a528fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.33.4 - July 14, 2019
+======================
+
+- Support switching spellchecker languages (#181)
+- Fix hangs when syncing bookmarks (#336)
+- Fix glitched state when closing final tab from tabs popover (#637)
+- Fix position of spinner in tabs (#796)
+- Indicate when title of pinned tab has changed (#797)
+- Fix tabs opening in strange places (#823)
+- Don't refresh history dialog when loading page from history (#831)
+- Allow loading more history dialog history using keyboard (#840)
+- Make web view infobars work properly in mobile mode (#851)
+- Add Ctrl+Tab and Ctrl+Shift+Tab to keyboard shortcuts dialog (Antoine Fontaine)
+- Fix crash when web app profile lacks .app file
+- Ensure web apps broken beyond repair crash nicely
+- Various improvements to history dialog (Adrien Plazas)
+- Major rework of the preferences dialog (Adrien Plazas)
+- Fix password manager error on forms without action attributes
+- Show number of open pages in mobile mode (Alexander Mikhaylenko)
+- Fix overview thumbnails improperly displaying placeholder icons
+- Expose mouse gesture setting in preferences dialog
+
 3.33.3 - June 14, 2019
 ======================
 
diff --git a/data/org.gnome.Epiphany.appdata.xml.in.in b/data/org.gnome.Epiphany.appdata.xml.in.in
index 2dd40258a..5891f7149 100644
--- a/data/org.gnome.Epiphany.appdata.xml.in.in
+++ b/data/org.gnome.Epiphany.appdata.xml.in.in
@@ -44,6 +44,6 @@
     <id>epiphany.desktop</id>
   </provides>
   <releases>
-    <release date="2019-03-22" version="3.32.1.2"/>
+    <release date="2019-07-14" version="3.33.4"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index b9307baec..438b55aca 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('epiphany', 'c',
   license: 'GPL3+',
-  version: '3.33.3',
+  version: '3.33.4',
   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]