diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-15 22:44:21 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-15 22:44:21 +0800 |
commit | 30af1fc4748fdf8009c8c0d1787e15bf16bd064f (patch) | |
tree | 3e264f440d828a0b9a2f352dace9024c15edaade /NEWS | |
parent | 16fb3a7bc731fc9ab15ddae6df3c3a228f2a9aba (diff) | |
download | gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.gz gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.tar.zst gsoc2013-epiphany-30af1fc4748fdf8009c8c0d1787e15bf16bd064f.zip |
NEWS: update for 2.27.3 release.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,4 +1,24 @@ =============== +Epiphany 2.27.3 +=============== + +Changes: + + - Preserve back/forward history when opening new tabs. (#583459) + - Preserve HTTP information (eg, referrer) when opening new tabs. (#120341) + - Strip superfluous whitespace from URLs before loading them. (#584466) + - Remove Python support for extensions, the only supported language + other than C/C++ is now JavaScript through Seed. + - Pretty large refactoring of internals: we now have a new + EphyWebView class, subclass of WebKitWebView, which holds most of + our extra methods/information that used to be in + EphyEmbed. EphyEmbed is no longer an interface, just a wrapper + that contains an EphyWebView and that properly sets it up. Since + there aren't any more interface classes to be implemented by + backends the webkit/ directory is gone, and all the code is now in + embed/. + +=============== Epiphany 2.27.2 =============== |