summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-03-20 06:56:46 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-03-20 06:57:07 +0100
commite516dfaf0744ed99f84d07fc1fbec291fda5aba8 (patch)
tree22004a5b8f347156514e50c54c8e82a76060763a
parent71f46df32e768a4ce470b917db2198dece18b99d (diff)
downloadqutebrowser-e516dfaf0744ed99f84d07fc1fbec291fda5aba8.tar.gz
qutebrowser-e516dfaf0744ed99f84d07fc1fbec291fda5aba8.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc20
1 files changed, 20 insertions, 0 deletions
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
------