summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-02-04 21:14:04 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-02-04 21:14:04 -0600
commit23bf9cca51f32d304298e293872ce57196004ee4 (patch)
treef7539da6a2d511e8644d6522d9731d4fcad8d415
parent70f16a9fae8266f270c64d504ba27d0b6f8520a7 (diff)
downloadepiphany-23bf9cca51f32d304298e293872ce57196004ee4.tar.gz
Prepare 3.31.903.31.90
-rw-r--r--NEWS33
-rw-r--r--meson.build2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3179b179b..ce4014b8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.31.90 - February 4, 2019
+==========================
+
+- Hide new tab button in app mode (#19)
+- Move all stored data to appropriate locations (#182, #477, Patrick Griffis)
+- Middle-click on new tab button now loads URL from clipboard (#203)
+- Animate to web app in GNOME shell overview after installing (#206)
+- Fix next/previous accelerators in right-to-left locales (#239)
+- Rename "New tab page" homepage option to "Most visited pages" (#394)
+- Animate downloads button instead of intrusively opening popover (#395)
+- New three-finger swipe gesture for back/forward navigation (#435)
+- Don't close menu when changing zoom (#462)
+- Fix zoom in internal pages (#539)
+- Fix some tests (#617)
+- Fix crash setting web app title without hostname (#618)
+- "Search the Web" -> "Search the web" (#635)
+- Tab menu is now a featureful popover (#647, Adrien Plazas)
+- Remove PDF support for now, not stable yet (#659)
+- New shortcuts for reload bypassing cache and reader mode (#661)
+- Fix crashes caused by password manager rework (Patrick Griffis)
+- Fix crash when $XDG_CURRENT_DESKTOP is undefined (Adrian Perez de Castro)
+- Make find toolbar adaptive (Adrien Plazas)
+- Make bookmarks import dialog adaptive (Adrien Plazas)
+- Add tab menu for narrow mode (Adrien Plazas)
+- Many CSS style improvements (Alexander Mikhaylenko)
+- Fix too-tall switch in search engines dialog (Alexander Mikhaylenko)
+- Remove process model and process count settings (Spectre mitigation)
+- New design for security popover, appropriate for small screens
+- Remove all deprecated settings and associated migrators
+- Add setting to configure hardware acceleration policy
+- Fix modified form submission warning
+- Fix opening downloads under flatpak
+
3.31.4 - January 7, 2019
========================
diff --git a/meson.build b/meson.build
index 12623a28b..8db3f3ea8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.31.4',
+ version: '3.31.90',
meson_version: '>= 0.42.0',
default_options: ['c_std=gnu11']
)