Epiphany 1.8.2 released

Announcements Comments Off on Epiphany 1.8.2 released

What is it ?

Epiphany is the GNOME web browser, based on the mozilla rendering engine. It aims to be simple and easy to use.

Epiphany 1.8.2 is the second release in the stable series for GNOME 2.12 (1.8.1 contained a showstopper bug so was never formally announced). The most notable change perhaps is that keyword searches from the address bar, disabled by default in 1.8.0, have been enabled again after we had received many requests to do so.

Changes from Epiphany 1.8.0 to 1.8.1

  • Make Mozilla paper sizes work with gnome-print. [bug 163255].
  • Require pygtk 2.8. Fixes [ bug 314557].
  • Manually emit the “profile-change-net-teardown” notification;
    works around bug [ Mozilla bug 292699].

  • Don’t focus the checkbox initially. Fixes [bug 163371].
  • If the search term is empty for a smart bookmark use the normal
    URL instead of the smart url with the %s replaced by “”

  • Don’t use “cat >” as output command, it fails inpredicably.
    If not using gecko 1.9, translate the paper name to the one
    mozilla expects (mozilla bug 307404).

  • Use the tab label’s outer hbox for the size calculation instead
    of the label itself. Fixes size oscillations with the Tab States
    extension.

  • Back out the fix for [bug 158486] by re-enabling keyword: searches. Fixes [bug 314974].
  • Don’t spin unmapped spinners. Slightly decrease the frequency.
    Might help with [bug 315232].

  • Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction to an idle handler, to avoid crashes when tabs are closed from signal handlers (blur, mousedown, keydown etc).
    Fixes [ bug 172878], [bug 172879], [bug 172882], [bug 303254], [bug 313425].

  • Schedule a GC in finalize of EphyTab and EphyWindow, to work around [ bug 317242].

Changes from Epiphany 1.8.1 to 1.8.2

  • Fix crash on shutdown when only the bookmarks editor
  • Fix a mem leak
  • Don’t grow the left pane of the bookmarks editor with each opening

Contributors to this release:

Christian Persch, Jean-François Rameau, Reinout van Schouwen and Raphaël Slinckx.

Updated translations:

  • Progga (bn)
  • Hendrik Richter (de)
  • Ivar Smolin (et)
  • Iñaki Larrañaga Murgoitio (eu)
  • Ignacio Casal Quinteiro (gl)
  • Francesco Marletta (it)
  • Young-Ho Cha (ko)
  • Erdal Ronahi (ku)
  • Данило Шеган (sr, sr@Latn)
  • Christian Rose (sv)
  • Erçin EKER (tr)
  • Clytie Siddall (vi)

Where can I get it ?

Epiphany source code:
http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-1.8.2.tar.bz2
with SHA1 sum 245320c298b807ccf066ab6346b9988b5a97ef6f.

Epiphany 1.8.2 requires mozilla 1.7, 1.7.x, 1.7 branch, 1.8b2 or trunk, or firefox 1.0.x or trunk.
The recommended version is Mozilla 1.7.12

More about dependencies and installation tips.

Enjoy.

The Epiphany team

Epiphany and Epiphany-extensions 1.8.0

Announcements 1 Comment

What is it ?

Epiphany is the GNOME web browser, based on the mozilla rendering engine. It aims to be simple and easy to use.

Epiphany-extensions is a collection of extensions for Epiphany that add various features not available in the main Epiphany browser.

Epiphany 1.8.0 is the first release in the stable series for GNOME 2.12.

Changes from Epiphany 1.7.6 to 1.8.0

Updated translations:

  • Miloslav Trmac (cs)
  • Hendrik Richter (de)
  • Roozbeh Pournader (fa)
  • Young-Ho Cha (ko)
  • Žygimantas Beručka (lt)
  • Nickolay V. Shmyrev (ru)
  • Erçin EKER (tr)

New and updated extensions in 1.8.0

  • Favicon.ico extension
  • Autoscroll extension
  • Page info extension allows saving multiple selections, lists external scripts [[#310398]
  • Newsfeed extractor extension
  • Greasemonkey extension
  • Python console

Contributors to Epiphany-extensions: Raphaël Slinckx, Adam Hooper, Jordi Mallach, Christian Persch, Jean-François Rameau, Crispin Flowerday.

Updated translations:

  • Frank Arnold (de)
  • Ignacio Casal Quinteiro (gl)
  • Takeshi AIHANA (ja)
  • Reinout van Schouwen (nl)
  • Maxim Dziumanenko (uk)
  • Miloslav Trmac (cs)
  • Adam Weinberger (en_CA)
  • Young-Ho Cha (ko)
  • Marcel Telka (sk)
  • Francisco Javier F. Serrador (es)
  • Gabor Kelemen (hu)
  • Ganesh Ghimire (ne)
  • Christian Rose (sv)
  • Abel Cheung (zh_TW)

Where can I get it ?

Epiphany source code:
http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-1.8.0.tar.bz2
with SHA1 sum 2432d01be15067cea13ff08d1259037a8d656d6d.

Epiphany-extensions source code:
http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/1.8/epiphany-extensions-1.8.0.tar.bz2
with SHA1 sum 033247c8ccc0199ce8b670efe0baf4548ac4d3f4.

Epiphany 1.8.0 requires mozilla 1.7, 1.7.x, 1.7 branch, 1.8b2 or trunk, or firefox 1.0.x or trunk.
The recommended version is Mozilla 1.7.11

More about dependencies and installation tips.

Enjoy.

The Epiphany team

Epiphany 1.7.6 released

Announcements, New features Comments Off on Epiphany 1.7.6 released

What is it ?

Epiphany is the GNOME web browser, based on the mozilla rendering engine. It aims to be simple and easy to use.

Epiphany 1.7.6 is the last release in the unstable series leading
up to GNOME 2.12.

Changes from Epiphany 1.7.5 to 1.7.6

  • Don’t empty find entry on Ctrl-F
  • Fix local file monitoring when loaded after a blank page
  • Remove check for redirected URL [#313756]
  • Fix configure check for gecko >= 1.8
  • Disable keyword searches by default [#158486]
  • Fix some compile warnings
  • Configure and makefile fixes for broken gecko header layouts
  • Define out the focus fix for gecko >= 1.8
  • Fix pointer grab lockup when gecko pops up a dialogue while reordering tabs with DND
  • Don’t create host node in ephy_history_get_host if not already existing
  • Add an “add-page” signal to the EphyHistory object
  • Set default prefs for warn-on-mixed-security pages [#309088]

Contributors to this release were Crispin Flowerday and Christian Persch.

Updated translations:

  • Jordi Mallach (ca)
  • Rhys Jones (cy)
  • Ivar Smolin (et)
  • Xavier Claessens (fr)
  • Ankit Patel (gu)
  • tunggul arif siswoyo (id)
  • Reinout van Schouwen (nl)
  • GNOME PL Team (pl)
  • Afonso Celso Medina (pt_BR)
  • Mugurel Tudor (ro)
  • Clytie Siddall (vi)

Where can I get it ?

Source code:
http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.7/epiphany-1.7.6.tar.bz2
with SHA1 sum aabc8e9e5c0359742acbfe0c41b5d07313b46547.

Epiphany 1.7.6 requires mozilla 1.7, 1.7.x, 1.7 branch, 1.8b2 or trunk, or firefox 1.0.x or trunk.
The recommended version is Mozilla 1.7.11

More about dependencies and installation tips.

New Epiphany extension: autoscroll

A new epiphany extension has been added to the collection: Autoscroll. Basically it is a port of the Galeon code that enables scrolling a webpage using the middle mouse button. Available for Epiphany 1.6.x (GNOME 2.10) and 1.7.x (GNOME 2.12).

Enjoy.

The Epiphany team

Epiphany 1.7.5 Released

Announcements Comments Off on Epiphany 1.7.5 Released

Changes:

  • Find bar fixes [bug 307216, bug 311985, bug 312419, bug 312367, bug 311929]
  • Fix tab properties
  • Fix downloading on gecko 1.8
  • Open new tabs with blank url bar when loading the homepage [bug 313012]
  • Gcc 4 fixes
  • Fix download display of unknown sizes [bug 313215]
  • Reject favicons that are Add sanity check when opening in external handler [bug 310023]
  • Improve menu positioning on toolbar buttons
  • Fix some mem leaks
  • Try to save images from cache [bug 168554]

Contributors to this release: Crispin Flowerday, Christian Persch,
Jean-François Rameau.

Updated translations:

  • Rostislav “zbrox” Raykov (bg)
  • Nikos Charonitakis (el)
  • Adam Weinberger (en_CA)
  • (es)
  • Ivar Smolin (et)
  • Ilkka Tuohela (fi)
  • Gabor Kelemen (hu)
  • Takeshi AIHANA (ja)
  • Žygimantas Beručka (lt)
  • Terance Edward Sola (nb)
  • Ganesh Ghimire (ne)
  • Reinout van Schouwen (nl)
  • Sigurd Gartmann (nn)
  • Terance Edward Sola (no)
  • GNOME PL Team (pl)
  • Duarte Loreto (pt)
  • Mugurel Tudor (ro)
  • Leonid Kanter (ru)
  • Marcel Telka (sk)
  • Laurent Dhima (sq)
  • Theppitak Karoonboonyanan (th)
  • Maxim Dziumanenko (uk)
  • Clytie Siddall (vi)
  • Liu Songhe (zh_CN)
  • Woodman Tuen (zh_TW)

Updated documentation translations:

  • Nikos Charonitakis (el)
  • Maxim Dziumanenko (uk)
  • Francisco Javier F. Serrador (es)

Epiphany 1.7.4

Announcements Comments Off on Epiphany 1.7.4

What is it ?

Epiphany is the GNOME web browser, based on the mozilla rendering engine. It aims to be simple and easy to use.

Epiphany 1.7.4 is the fourth release in the unstable series leading
up to GNOME 2.12.

Changes from Epiphany 1.7.3 to 1.7.4

  • Only show the leaf name on bookmarksbar for hierarchical topics
  • Don’t put the archive links on the unknownSocketType error message
  • Fix google search URL to include www prefix
  • Fix proxy server settings string
  • Work around gtkmozembed focus bug [#105153]
  • For empty pages, put focus in address bar
  • Be careful not to leave a GC scheduled when terminating python
  • Realise the embed first before grabbing focus on it
  • Implement ::grab-focus and remove ephy_embed_activate
  • Update the python bindings
  • String fixes [#172230], [#167448]
  • Fix setting homepage to current page [#311962]
  • Allow EPHY_DEBUG_BREAK even in non-debug builds
  • Disable favicons from non-http URLs [#312291]
  • Fix location entry favicon updating
  • Fix crash on “window.get_toolbar()” [#170105]
  • Fix gcc 4.0 warnings
  • Fix crash when getting context event, [#310910]
  • Fix session saving on recovery with offline network [#147840]
  • Fix drawing of location entry with new default GNOME theme (Clearlooks)
  • Change the text on the ‘unknown issuer’ dialog [#151519]
  • Also clear favicon cache when clearing the cache
  • Make download dialog wording clearer

Contributors to this release were Crispin Flowerday, Christian Persch,
Jean-François Rameau and Raphael Slinckx.

Updated translations:

  • Rostislav \”zbrox\” Raykov (bg)
  • Miloslav Trmac (cs)
  • Nikos Charonitakis (el)
  • Adam Weinberger (en_CA)
  • (es)
  • Priit Laes (et)
  • Ilkka Tuohela (fi)
  • Ankit Patel (gu)
  • Gabor Kelemen (hu)
  • Takeshi AIHANA (ja)
  • Terance Edward Sola (nb)
  • Reinout van Schouwen (nl)
  • Terance Edward Sola (no)
  • GNOME PL Team (pl)
  • Afonso Celso Medina (pt_BR)
  • Marcel Telka (sk)
  • Laurent Dhima (sq)
  • Prajasakti Localisation Team (te)
  • Theppitak Karoonboonyanan (th)
  • Clytie Siddall (vi)
  • Liu Songhe (zh_CN)

Where can I get it ?

Source code:
http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.7/epiphany-1.7.4.tar.bz2
with SHA1 sum 5cb5ae7ce0d20c8104c181eb8e0d62a9addc1ac1.

Epiphany 1.7.4 requires mozilla 1.7, 1.7.x, 1.7 branch, 1.8b2 or trunk, or firefox 1.0.x or trunk.
The recommended version is Mozilla 1.7.11

More about dependencies and installation tips.

Enjoy.

The Epiphany team

P.S. It may be worth mentioning that the infamous Focus Bug should be fixed with this release… 😀

Next Entries »