summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-23 20:47:24 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-23 20:47:24 +0100
commit37e732492861de8290ec075d5a1703226e47e1f9 (patch)
treeb3cb8c0dd4627f73e4bd042bd3643aafc204366f
parentf7b66a583e2232a79680532cb64e188b6ba34b51 (diff)
downloadqutebrowser-37e732492861de8290ec075d5a1703226e47e1f9.tar.gz
qutebrowser-37e732492861de8290ec075d5a1703226e47e1f9.zip
Update changelog
This isn't really possible to backport unfortunately.
-rw-r--r--doc/changelog.asciidoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index dee244a14..343ffcc4b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -57,6 +57,14 @@ Removed
- The `:inspector` command which was deprecated in v1.13.0 (in favor of
`:devtools`) is now removed.
+Added
+~~~~~
+
+- When QtWebEngine has been updated but PyQtWebEngine hasn't yet, the dark mode
+ settings might stop working. As a (currently undocumented) escape hatch, this
+ version adds a `QUTE_DARKMODE_VARIANT=qt_515_2` environment variable which can
+ be set to get the correct behavior in (transitive) situations like this.
+
Changed
~~~~~~~
@@ -97,10 +105,6 @@ Added
issues for people who are not using transparency, the default behavior is
reverted to versions before v1.14.0 in this release. A new `window.transparent`
setting can be set to `true` to restore the behavior of v1.14.0.
-- When QtWebEngine has been updated but PyQtWebEngine hasn't yet, the dark mode
- settings might stop working. As a (currently undocumented) escape hatch, this
- version adds a `QUTE_DARKMODE_VARIANT=qt_515_2` environment variable which can
- be set to get the correct behavior in (transitive) situations like this.
Changed
~~~~~~~