summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-12-04 12:48:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-12-04 12:48:13 +0100
commit145292899cdda871023b2ad07169f00a6aa7d508 (patch)
tree57a112547b4762e35cb4d186b0aa76d18d67890e
parent0aa57e4f7243024fa4bba8853306691b5dbd77b3 (diff)
downloadqutebrowser-145292899cdda871023b2ad07169f00a6aa7d508.tar.gz
qutebrowser-145292899cdda871023b2ad07169f00a6aa7d508.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b7014e1f7..74740de29 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -25,6 +25,9 @@ Changed
- (TODO) Upgraded the bundled Qt version to 6.6.1, based on Chromium 112. Note
this is only relevant for the macOS/Windows releases, on Linux those will be
upgraded via your distribution packages.
+- The `colors.webpage.darkmode.threshold.text` setting got renamed to
+ `colors.webpage.darkmode.threshold.foreground`, following a rename in
+ Chromium.
Fixed
~~~~~
@@ -36,6 +39,8 @@ Fixed
restriction for the default application of
`qt.workarounds.disable_accelerated_2d_canvas` as the issue was still
evident on Qt 6.6.0. (#7489)
+- The `colors.webpage.darkmode.threshold.foreground` setting (`.text` in older
+ versions) now works correctly with Qt 6.4+.
[[v3.0.2]]