diff options
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,4 +1,26 @@ ============== +Epiphany 3.7.3 +============== + +Changes: + + - Vastly improve the icon generation for Web Applications (#657755) + - Allow to zoom images, since this is actually supported by WebKit now + - New design for the find bar (#689929) + - Add an 'Incognito window' mode in the UI (#676914) + - Support back/forward mouse buttons (#337852) + - Improve heuristics to decide whether to open new windows or where + to append new tabs when Web is invoked from other applications + (#685976) + - Add zoom controls to the gear menu (#683625) + - Use GtkSearchEntry all over the place instead of our own version + (#687744) + - Tidy up the application menu to be more in sync with other core + apps (#678962) + - Add support for favicons in WebKit2. + - Tons of cleanups and other bugfixes. + +============== Epiphany 3.7.1 ============== diff --git a/configure.ac b/configure.ac index a1fc80544..67c98d497 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[7]) -m4_define([epiphany_version_micro],[1]) +m4_define([epiphany_version_micro],[3]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) |