summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-10 16:13:01 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-10 16:13:22 +0100
commitaf667b8887b0312e725d4e31c7df357bdf5c6df3 (patch)
tree7b5823fe8b246a26ad3b65eb1a1ca87e6f7b15f5 /doc
parent8d94a33b0a159fefd60e442e0f42dfe2a7f3ea08 (diff)
downloadqutebrowser-af667b8887b0312e725d4e31c7df357bdf5c6df3.tar.gz
qutebrowser-af667b8887b0312e725d4e31c7df357bdf5c6df3.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index fe9be5f64..4307c6cf8 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,27 @@ 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.
+[[v2.1.0]]
+v2.1.0 (unreleased)
+-------------------
+
+Changed
+~~~~~~~
+
+- Initial support for Qt 5.15.3
+- On Linux, qutebrowser now tries harder to find details about the installed
+ QtWebEngine version by inspecting the QtWebEngine binary. This should reduce
+ issues with dark mode not working when using differing (Py)QtWebEngine versions
+ and also prepare qutebrowser for QtWebEngine 5.15.3, which will get released
+ without an updated Qt.
+
+Fixed
+~~~~~
+
+- The `colors.webpage.prefers_color_scheme_dark` setting now works correctly
+ with the upcoming QtWebEngine 5.15.3 (and Gentoo, which at the time of writing
+ packages 5.15.3 disguised as 5.15.2).
+
[[v2.0.2]]
v2.0.2 (2021-02-04)
-------------------