From e516dfaf0744ed99f84d07fc1fbec291fda5aba8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 20 Mar 2019 06:56:46 +0100 Subject: Update changelog from master --- doc/changelog.asciidoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 46b9a12ab..076fa0032 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,26 @@ 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.6.1 +------ + +Changed +~~~~~~~ + +- Windows/macOS releases now ship with Qt 5.12.2, which includes + security fixes up to Chromium 72.0.3626.121 (including CVE-2019-5786 + which is known to be exploited in the wild). + +Fixed +~~~~~ + +- Crash when using `:config-{dict,list}-{add,remove}` with an invalid setting. +- Functionality like hinting on pages with an element with ID `_qutebrowser` (such as qutebrowser.org) on Qt 5.12. +- The .desktop file in v1.6.0 was missing the "Actions" key, which is now fixed. +- The SVG icon now has a size of 256x256px set to comply with freedesktop standards. +- Setting `colors.statusbar.*.bg` to a gradient now has the expected effect of + the gradient spanning the entire statusbar. + v1.6.0 ------ -- cgit v1.2.3-54-g00ecf