* Thu Apr 19 2018 bjorn.lie@gmail.com
- Update to version 3.28.1.1:
+ Fix two crashes (bgo#783756 and bgo#794784/bgo#795370).
* Tue Apr 10 2018 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Fix bookmarks migration from Epiphany 3.24 not working
(bgo#794645).
+ Do not auto-open adblock filters in text editor after download
(bgo#794646).
+ Fix crash when destroying sync service (bgo#794728).
+ Remove the experimental HTTPS Everywhere support (bgo#794803).
+ Fix width of bookmarks popover in certain locales (bgo#794861).
+ Don't activate search bar when pressing ' or / (bgo#795083).
+ Take snapshots only of most-visited web pages.
- Drop already disabled pkgconfig(httpseverywhere-0.8)
BuildRequires and stop passing https_everywhere=false to meson,
no longer supported nor needed.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Sun Mar 11 2018 dimstar@opensuse.org
- Update to version 3.28.0.1:
+ No changes, new release because 3.28.0 was mistagged.
- Changes from versoin 3.28.0:
+ Fix buffer overflow in profile migrator test.
+ Updated translations.
* Mon Mar 05 2018 dimstar@opensuse.org
- Update to version 3.27.92:
+ Add middle click close support to tab bar.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Wed Feb 14 2018 dimstar@opensuse.org
- Update to version 3.27.90:
+ Improve handling of zoom (bgo#621067, bgo#792949).
+ Bookmark properties button is now always visible (bgo#772268).
+ Drop gnome-desktop dependency, copying needed thumbnailer code
(bgo#778578):
+ Save snapshot thumbnails under ~/.cache/epiphany instead of
global directory.
+ Delete snapshot thumbnails when clearing history.
+ Fix profile migrator deleting bookmarks if run multiple times
(bgo#792683).
+ Add touch support for address bar icons (bgo#792876).
+ Save Safe Browsing data only once, not once per web app
(bgo#792929).
+ Fix crash caused by unexpected Safe Browsing data (bgo#792930).
+ Fix placement of select element with multiple monitors
(bgo#792940).
+ Long press in address bar now selects the text (bgo#793267).
+ Hopefully fix the search provider.
+ Fix password prompt after bgo#742573.
- Drop pkgconfig(gnome-desktop-3.0) BuildRequires: no longer
needed.
- Drop epiphany-bump-httpseverywhere_dep.patch: fixed upstream.
* Wed Feb 14 2018 bjorn.lie@gmail.com
- Disable pkgconfig(httpseverywhere-0.8) BuildRequires: Upstream
regards it as too unstable for use (bgo#793389).
* Wed Feb 14 2018 bjorn.lie@gmail.com
- Add epiphany-bump-httpseverywhere_dep.patch: Bump libhttpsevery
dependency to current upstream release, following this, replace
pkgconfig(httpseverywhere-0.6) with
pkgconfig(httpseverywhere-0.8) BuildRequires.
* Wed Feb 14 2018 luc14n0@linuxmail.org
- Update to version 3.27.4:
+ Show desktop notification when download finishes (bgo#722142).
+ Expand tag view in bookmarks popover (bgo#778843).
+ Add protection against IDN homograph attacks (bgo#791168).
+ Improved logic to avoid corrupting session state
+ Fixes:
- Downloading blob URLs (bgo#788576).
- Launching WhatsApp web app (bgo#790781).
- Error in sync migration when migrating from 3.26.2 or
earlier.
- Update Url to https://wiki.gnome.org/Apps/Web: current Epiphany's
web page.
* Wed Feb 14 2018 luc14n0@linuxmail.org
- Update to version 3.27.3:
+ Several miscellaneous fixes for Firefox Sync and Google Safe
Browsing.
+ Flatpak - Support added for custom stylesheets, downloading
files and a view source page.
+ Bug fixes: bgo#776682, bgo#778843, bgo#790286, bgo#790693,
bgo#790732, bgo#790905, bgo#790094, webkit#180365.
- Drop pkgconfig(libdazzle-1.0) BuildRequires following upstream's
changes.
- Add pkgconfig(gio-2.0) BuildRequires. Note that it was being
pulled with the other pkgconfig modules that comes from
glib2-devel, e.g. glib-2.0, and used already.
- Uncomment pkgconfig(httpseverywhere-0.?) BuildRequires. It can
already be tested under GNOME Next once upstream is planning to
make its use unconditional rather than optional.
* Wed Feb 14 2018 fezhang@suse.com
- Update to version 3.27.2:
+ Hide Copy from context menu when appropriate (bgo#772106).
+ Hide home page button when appropriate (bgo#783299).
+ Fix multiple issues with the bookmark popover (bgo#788584).
+ Major change: web apps are now more like silos, rather than
prisons (bgo#788845).
+ Various fixes for safe browsing implementation (bgo#788899).
+ Fix Firefox Sync crash on 32-bit systems (bgo#789656).
+ Move Firefox Sync settings to the right GSettings path.
(bgo#789786).
+ Fix middle click on back/forward navigation buttons
(bgo#790017).
+ Various fixes for Firefox Sync implementation.
+ Restore search engine support.
+ Fix incognito mode theme.
* Wed Feb 14 2018 badshah400@gmail.com
- Update to version 3.27.1:
+ Fix search engine dialog, which has been borked since 3.24.3
(bgo#787458).
- Allow overriding autofilled username in password forms
(bgo#787498).
- Fix non-HTML/MHTML files being saved as MHTML (bgo#788111).
- Don't disable navigation actions when history is cleared
(bgo#788329).
- Various improvements to Flatpak support.
- Fix bookmarks import crash when there's no Firefox profile.
- Allow access to web inspector in application mode.
- Add new address bar dropdown using libdazzle.
- Add Google Safe Browsing support.
- Add pkgconfig(libdazzle-1.0) BuildRequires: new upstream
dependency.
* Tue Feb 13 2018 bjorn.lie@gmail.com
- Update to version 3.26.6:
+ Fix download of blob URIs (bgo#788576).
+ Fix WhatsApp web app (bgo#790781).
+ Fix profile migrator deleting bookmarks if run multiple times
(bgo#792683).
+ Add touch support for address bar icons (bgo#792876).
+ Fix placement of select element with multiple monitors
(bgo#792940).
+ Hopefully fix the search provider.
- Drop epiphany-application-mode-fix-desktopfile.patch,
epiphany-fix-download-of-blob-URIs.patch and
epiphany-search-provider-fix.patch: Fixed upstream.
* Sat Jan 13 2018 zaitor@opensuse.org
- Add epiphany-search-provider-fix.patch: Fix typos in
serviceprovider, make it actually work (bgo#792502).
- Add epiphany-fix-download-of-blob-URIs.patch: Fix download of
blob URIs. Epiphany doesn't recognize blob as a web scheme,
causing it to try opening it in an external URI handler in it's
policy decision callback (bgo#788576).
- Pass explicit developer_mode=false, https_everywhere=false and
unit_tests=false options to meson, ensure we build the features
we want.
* Mon Jan 01 2018 zaitor@opensuse.org
- Add epiphany-application-mode-fix-desktopfile.patch: application
mode: use strstr() to get base name of the desktop file
(bgo#790781).
* Sat Dec 23 2017 zaitor@opensuse.org
- Update to version 3.26.5.1:
+ Correct logic to avoid corrupting session state.
+ Updated translations.
* Mon Dec 18 2017 zaitor@opensuse.org
- Update to version 3.26.5:
+ Fix error in sync migration when migrating from 3.26.2 or
earlier.
+ Improved logic to avoid corrupting session state.
- Drop epiphany-session-rework-the-safety-check.patch: Fixed
upstream.
* Thu Dec 14 2017 zaitor@opensuse.org
- Update to version 3.26.4:
+ Fix sync failure warnings appearing multiple times
(bgo#790094).
+ Fix tab sync and device name on accounts.firefox.com
(bgo#790370).
+ Make default sync device name translatable (bgo#790905).
+ Several additional misc. improvements to sync support
(including bgo#790819).
+ Flatpak: custom stylesheets are now supported.
+ Flatpak: view page source is now supported.
- Add epiphany-session-rework-the-safety-check.patch: session:
Rework the safety check.
* Sun Nov 26 2017 zaitor@opensuse.org
- Update to version 3.26.3:
+ Don't require gvfsd-http for downloading adblock filters
(bgo#776682).
+ Several improvements to Sync support (bgo#789656, bgo#789786,
bgo#790286).
+ Make downloads work when running in flatpak (bgo#785655).
+ Do not add bookmarks to unrelated tag view popovers
(bgo#788584).
+ Fix middle click on forward/back buttons (bgo#790017).
+ "Search the Web for ..." context menu option now switches to
new tab (bgo#790693).
- Drop update-desktop-files BuildRequires and no longer use
suse_update_desktop_file macro, no longer needed.