From a58110bad632dad3045c2b7f9ad219e4928ddd9c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 15 Feb 2020 14:13:27 +0100 Subject: Update changelog --- doc/changelog.asciidoc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index d5806c5f0..af571de6c 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,37 @@ breaking changes (such as renamed commands) can happen in minor releases. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. +v1.10.1 (unreleased) +-------------------- + +Fixed +~~~~~ + +- Crash when saving data fails during shutdown (which was a regression + introduced in v1.9.0). +- Error while reading config.py when `fonts.tabs` or `fonts.debug_console` is + set to a value including `default_size`. +- When a `state` file contains invalid UTF-8 data, a proper error is now + displayed. + +Changed +~~~~~~~ + +- When the Qt version changes (and also on the first start of v1.10.1 on Qt + 5.14), service workers registered by websites are now deleted. This is done + as a workaround for QtWebEngine issues causing crashes when visiting pages + using service workers (such as Google Mail/Drive). No persistent data should + be affected as websites can re-register their service workers, but a (single) + backup is kept at `webengine/Service Worker-bak` in qutebrowser's data + directory. +- Better output on stdout when config errors occur. +- The `mkvenv.py` now ensures the latest versions of `setuptools` and `wheel` + are installed in the virtual environment, which should speed up installation + and fix install issues. +- The default for `colors.statusbar.command.private.bg` has been changed to a + slightly different gray, as a workaround for a Qt issue where the cursor was + invisible in that case. + v1.10.0 (2020-02-02) -------------------- -- cgit v1.2.3-54-g00ecf