April 29th, 2013· Restore zoom on load started (#693951)
· Fix memory leaks and other small bugfixes.
· Translation updates.
March 26th, 2013· Fix encoding menu and dialog (#696548)
· Sync reload/stop button with load state (#696301)
· i18n updates
March 21st, 2013· We now use WebKit2 by default.
· Fix all the remaining WebKit2 feature regressions that were on track for 3.8. See bug #678610
· Other bugfixes and cleanups.
March 8th, 2013· Add a setting to control delayed tab loading on startup (#694470)
· Port Web to libsecret for password storage (#679918)
· New startup page for Incognito mode (#694200)
· More missing features and bug fixes in the WebKit2 backend.
· Other bugfixes and cleanups.
February 22nd, 2013· Add "undo closed tab" functionality (#128184)
· Remove installed headers, API doc and pc files, since we don't have extensions anymore.
· Only load pages when their tab is switched to on session restore (#675302)
· Support notification filtering (#690996)
· Add a New Tab button in the toolbar (#684616)
· More bugfixes and missing functionality for the WebKit2 backend.
· Other bugfixes and cleanups.
February 7th, 2013· Remove ability to open URIs in the clipboard through middle click. This option was disabled by default since a long time ago, and broken in WK2.
· Load and save the session asynchronously. Should make the UI more responsive! (#681782)
· Remove spaces in Accept-Language header for compatiblity (#671652)
· Smarter copy email address action (#688166)
· A bunch of WebKit2 improvements. The WebKit2 version is now really close to feature-complete.
· Other bug fixes and cleanups.
December 27th, 2012· 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.
October 24th, 2012· *NOTE* this release removes support for traditional extensions (as found in the 'epiphany-extensions' module and elsewhere). They will *not* work anymore, and won't be loaded on startup. See https://mail.gnome.org/archives/epiphany-list/2012-October/msg00006.html for a longer explanation. (#685630)
· Adblock is now imported into the core browser, disabled by default. See Preferences->Privacy to enable it (#681657)
· Remove JavaScript preference from the UI. Pretty much every single page the average user visits needs JavaScript, so this is a "Please break my web" preference in disguise. For those concerned about security and/or privacy the GSetting remains available. (#685393)
· Merge the application menu in the gear menu when not running under the Shell. (#673054)
· Do not automatically load resources we cannot handle unless they are the main resource in the page. (#683635)
· Many other bugfixes.
October 16th, 2012· Do not replace envirornment when spawning ephy-profile-migrator (#683538)
· Merge the app menu into the gear menu when the system does not support global application menus (#673054)
· Add F10 as accel for the gear menu (#673878)
· Make sure windows are properly closed when using the 'Quit' option in the app menu (#679844)
· Do not automatically download embedded objects (#683635)
· Translation updates.
January 19th, 2012· Remove Find Next/Previous from the super menu.
· Remove Print Preview and Print Setup from the super menu.
· Remove "Send link by mail..." from the super menu, move it to the document context menu.
· Hide EphyWindow's titlebar when maximized.
· Fix crash when updating the EphyEmbed statusbar after dispose (#668171)
November 29th, 2011· Use GNetworkMonitor to monitor network changes (#664096)
· Remove use of deprecated GTK+ APIs (#664120)
· Fix icon in PDM's "Clear All" button (#663159)
· Show the WebKit version in the about dialog
· Other minor fixes
July 27th, 2011· Port to GtkApplication
· Do not use GNOME font settings as our default, just rely on more generic system config ("sans", "serif")
· Port to GDBus
· Assume NetworkManager is present. This is not a hard dependency since we only require it at runtime, as we use it through dbus.
· Fix "Use picture as background" (#647604)
· Implement a basic about:memory page with memory usage data
· Respect gtk-keynav-wrap-around in our page-change handler
· Fix removal of items by DnD in toolbar editor (#647265)
· Many other cleanup and fixes
May 2nd, 2011· Fix overly zealous tab grouping.
· Fix compiler warnings.
March 22nd, 2011· Fix pages opening in the wrong tab when a session has been resumed. (#625116)
· Cleanups in autotools setup. (#609498)
· Other bugfixes.
March 8th, 2011· The downloads UI has been totally revamped. It is very similar to how Chrome works, and should fit much better in the overall GNOME 3.0 design (#618443)
· Add a border and some padding around the floating statusbar.
· Do a DNS prefetch on the completion items when the cursor is set over them more than a 1/4th of a second. Should speed-up page loading. (#606087)
· Other minor bugfixes.
February 23rd, 2011· Port statusbar to GeditOverlay; fixes a bunch of bugs and should be more efficient.
· Group new tabs by default when opened from another page; this obsoletes the tab-group extension.
February 3rd, 2011· Use libsoup's cache implementation instead of WebKit's, which has
· been removed now.
January 11th, 2011· Compilation fixes for GTK+ 2.99.0
· Fix potential dataloss in topic selection dialog (#518727)
· Fix color setting in location bar (#636501)
December 21st, 2010· Blacklist Flash plugin, since it will just crash in our GTK+ 3.x process.
· Use custom (and nicer) error pages (#592667)
· Fix minimum font size setting, add custom setting for font sizes (#636761)
· Separate migration code into another binary, makes the main ephy binary not link with NSS (#636685)
· Fix errors properly, particularly do not clobber the global error state for errors not happening in the main frame (#623012)
November 30th, 2010· Fix WebKitSoupCache size setup (#635066)
· Fix some leaks in the GObject DOM using code.
· Other small changes.
July 14th, 2010Changes:
· Show All files in Save dialogs, not only "supported" ones (eg, HTML).
· Fix epiphany .pc files to have the correct dependencies.
June 29th, 2010· Port to GTK+ 3.x. GTK+ 3.x is now required to build, 2.x support is dropped.
June 8th, 2010· Remove encoding breaking translations of '...' strings (#613119)
· Fix URL entry eating up your manually entered URLs in some cases (#620129)
April 8th, 2010· Correct extensions dir definition in lib/ too.