summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-01-07 15:31:57 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-01-07 23:28:00 -0600
commit312222a905de76adec9c77c986254f5837935e61 (patch)
tree3deff228bbbbd831364f2c7751999f0c0c65bfd4
parent84308043e0ccad2e359096642c58592f2615f25c (diff)
downloadepiphany-3.31.4.tar.gz
Prepare 3.31.43.31.4
-rw-r--r--NEWS45
-rw-r--r--meson.build2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 913084003..3179b179b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+3.31.4 - January 7, 2019
+========================
+
+- Add default zoom level option to preferences dialog (#8)
+- Double click on reader mode icon should not maximize window (#44)
+- Move new tab button to start of the header bar, always (#69, #447)
+- Hide Help and About when running in Pantheon (#71, #72)
+- Reenable address bar DNS prefetch (#79)
+- Add hidden setting to keep window open on Ctrl+W (#80)
+- Fix file extension when saving a View Source page (#98)
+- Add reload all tabs to tab context menu (#118)
+- Remember last upload/download directory (#133)
+- Highlight matching text in address bar dropdown (#164)
+- History dialog should respect desktop 12/24 hour clock setting (#197)
+- Add reload tab and reopen closed tab to tab context menu (#199, #226)
+- Convert all hostnames to lowercase (#230)
+- Add support for viewing PDFs using libevince (#264)
+- Add application manager to window menu (#267)
+- Fix passwords dialog expanding after deleting password (#285)
+- Hide various menu items from app mode (#309)
+- Remove MIME type restrictions (#310)
+- Remove broken bookmarks command line options (#338)
+- Reenable some tests that were broken (#341, #419, #494)
+- Open in new tab when middle clicking homepage button (#368)
+- Monitor for changes to user CSS file (#370)
+- Fix Ctrl+Shift+Page[Up,Down] (#399)
+- Remove obsolete shortcuts documentation (#407)
+- 127.0.0.1 and ::1 are now always considered secure (#410)
+- Floating status bar no longer blocks clicks (#428)
+- Add experimental support for mouse gestures (#430)
+- Allow search the web context menu item in text fields (#438)
+- Improve documentation of command line options (#440)
+- Allow more zoom levels (#492)
+- Adopt standard behavior for clicks with modifier keys pressed (#493)
+- Add preference to disable smooth scrolling (#577, Sharaz Ali)
+- Use /etc/os-release to set distributor name (#586)
+- Fix remote inspector (#600, Loïc Yhuel)
+- Alt-number tab switching can no longer be intercepted (#606)
+- Fix crash after bookmark sync (#612)
+- Add --automation-mode, for control by WebKitWebDriver
+- Use libhandy for improved narrow mode (Adrien Plazas)
+- Make history and encoding dialogs responsive
+- Don't show new fullscreen header bar for fullscreen videos
+- Move copy/search items to the top of the context menu (Jonathan Kang)
+
3.31.3 - December 10, 2018
==========================
diff --git a/meson.build b/meson.build
index 047352d6b..2e8a9fcca 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.31.3',
+ version: '3.31.4',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)