summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 098c4e929..86ad09823 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -24,10 +24,16 @@ Added
- When qutebrowser receives a SIGHUP it will now reload any config.py file
in use (same as the `:config-source` command does). (#8108)
+- The Chromium security patch version is now shown in the backend string in
+ `--version` and `:version`. This reflects the latest Chromium version that
+ security fixes have been backported to the base QtWebEngine version from.
+ (#7187)
Changed
~~~~~~~
+- With QtWebEngine 6.7+, the `colors.webpage.darkmode.enabled` setting can now
+ be changed at runtime and supports URL patterns (#8182).
- A few more completions will now match search terms in any order:
`:quickmark-*`, `:bookmark-*`, `:tab-take` and `:tab-select` (for the quick
and bookmark categories). (#7955)
@@ -41,6 +47,10 @@ Fixed
- `input.insert_mode.auto_load` sometimes not triggering due to a race
condition.
+- Worked around qutebrowser quitting when closing a KDE file dialog due to a Qt
+ bug.
+- Trying to use qutebrowser after it's been deleted/moved on disk (e.g. after a
+ Python upgrade) should now not crash anymore.
[[v3.1.1]]
v3.1.1 (unreleased)