summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-10-10 09:35:48 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-10-10 09:35:48 -0500
commit8aaade105b2a6bbfe217400ae9bc1b26b7f29fca (patch)
treea8e3bc043b56f7278ae6a10d4ef06b01fd6df7dd
parent6cf73b8be6fc50cb4c603dd3305d01d9f7dbd618 (diff)
downloadepiphany-8aaade105b2a6bbfe217400ae9bc1b26b7f29fca.tar.gz
Prepare 3.31.13.31.1
-rw-r--r--NEWS32
-rw-r--r--meson.build2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0053406b..31b9a8e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.31.1 - October 10, 2018
+=========================
+
+- Add keyboard shortcut for reader mode (#526)
+- Fix too many button being available for small windows in app mode (#544, Adrien Plazas)
+- Move password management from the web process to the UI process (Patrick Griffis)
+- Fix Google Search in Russian localization and switch to google.ru (Alexandr Sidorenko)
+- Add preferences for reader mode and improve styling (Adrián Pérez de Castro)
+- New, redesigned Epiphany icon (Jakub Steiner)
+- New fancier address bar dropdown based on libdazzle
+- Removed GNOME application menu
+
+3.30.1 - September 21, 2018
+===========================
+
+This release is intended to fix video playback on YouTube. We believe that
+YouTube began requiring media source extensions to play WebM videos on Tuesday
+of this week, so we have enabled it.
+
+You are strongly encouraged to update to WebKitGTK+ 2.22.2 and the forthcoming
+GStreamer 1.14.4 to minimize video playback disruptions. It's not really
+reliable enough to be enabled yet, but it's a whole lot better than no YouTube.
+
+- Enable media source extensions
+- Don't show reader mode icon on internal pages (e.g. about:incognito)
+- Add reader mode styling for <mark> elements (#46, Adrián Pérez de Castro)
+- Fix searches using a colon in the first word (#90)
+- Fix frequent crashes, and also fix address bar with multiple windows open (#519)
+- Fix crash on homedepot.com
+- Hide homepage button in app mode
+- Ensure Firefox Sync preferences web view uses Epiphany data directories
+
3.30.0 - September 2, 2018
==========================
diff --git a/meson.build b/meson.build
index a1066544b..9648513a5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.30.0',
+ version: '3.31.1',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)