diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-19 20:45:12 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-19 20:45:12 +0800 |
commit | f12d45e9159d51da46c234526b582d9b3f4fb614 (patch) | |
tree | c5804173dd0b308a5288eb7421309c39bcc63a85 | |
parent | 4441ac86a00e4e01f96153e4af6e86310eac2394 (diff) | |
download | gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.gz gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.bz2 gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.lz gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.xz gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.tar.zst gsoc2013-epiphany-f12d45e9159d51da46c234526b582d9b3f4fb614.zip |
[release] 3.7.33.7.3
-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]) |