summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc48
-rw-r--r--doc/faq.asciidoc2
-rw-r--r--doc/help/settings.asciidoc3
3 files changed, 43 insertions, 10 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 098c4e929..c63a655c4 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,19 +15,44 @@ 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.
+[[v3.2.1]]
+v3.2.1 (unreleased)
+-------------------
+
+Fixed
+~~~~~
+
+- When the selected Qt wrapper is unavailable, qutebrowser now again shows a
+ GUI error message instead of only an exception in the terminal.
+
[[v3.2.0]]
-v3.2.0 (unreleased)
+v3.2.0 (2024-06-03)
-------------------
+Deprecated
+~~~~~~~~~~
+
+- This will be the last feature release supporting macOS 11 Big Sur.
+ Starting with qutebrowser v3.3.0, macOS 12 Monterey will be the oldest
+ supported version.
+
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
~~~~~~~
+- Windows and macOS releases now ship with Qt 6.7.1, which is based on Chromium
+ 118.0.5993.220 with security patches up to 124.0.6367.202.
+- 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)
@@ -40,12 +65,19 @@ Fixed
~~~~~
- `input.insert_mode.auto_load` sometimes not triggering due to a race
- condition.
-
-[[v3.1.1]]
-v3.1.1 (unreleased)
--------------------
-
+ condition. (#8145)
+- Worked around qutebrowser quitting when closing a KDE file dialog due to a Qt
+ bug. (#8143)
+- Trying to use qutebrowser after it's been deleted/moved on disk (e.g. after a
+ Python upgrade) should now not crash anymore.
+- When the QtWebEngine resources dir couldn't be found, qutebrowser now doesn't
+ crash anymore (but QtWebEngine still might).
+- Fixed a rare crash in the completion widget when there was no selection model
+ when we went to clear that, probably when leaving a mode. (#7901)
+- Worked around a minor issue around QTimers on Windows where the IPC server
+ could close the socket early. (#8191)
+- The latest PDF.js release (v4.2.67) is now supported when backed by
+ QtWebEngine 6.6+ (#8170)
[[v3.1.0]]
v3.1.0 (2023-12-08)
@@ -3663,7 +3695,7 @@ Fixed
- Continuing a search after clearing it now works correctly.
- The tabbar and completion should now be more consistently and correctly
styled with various system styles.
-- Applying styiles in `qt5ct` now shouldn't crash anymore.
+- Applying styles in `qt5ct` now shouldn't crash anymore.
- The validation for colors in stylesheets is now less strict,
allowing for all valid Qt values.
- `data:` URLs now aren't added to the history anymore.
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index b5edb3646..bd75d7d30 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -430,7 +430,7 @@ allowing him to work part-time on qutebrowser. If you keep your donation level
for long enough, you can get some qutebrowser stickers!
Why GitHub Sponsors?::
- GitHub Sponsors is a crowdfundign platform nicely integrated with
+ GitHub Sponsors is a crowdfunding platform nicely integrated with
qutebrowser's existing GitHub page and a better offering than alternatives such
as Patreon or Liberapay.
+
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index af76527c9..f2a5062c2 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1678,6 +1678,7 @@ Default: +pass:[0.0]+
[[colors.webpage.darkmode.enabled]]
=== colors.webpage.darkmode.enabled
Render all web contents using a dark theme.
+On QtWebEngine < 6.7, this setting requires a restart and does not support URL patterns, only the global setting is applied.
Example configurations from Chromium's `chrome://flags`:
- "With simple HSL/CIELAB/RGB-based inversion": Set
`colors.webpage.darkmode.algorithm` accordingly, and
@@ -1685,7 +1686,7 @@ Example configurations from Chromium's `chrome://flags`:
- "With selective image inversion": qutebrowser default settings.
-This setting requires a restart.
+This setting supports link:configuring{outfilesuffix}#patterns[URL patterns].
This setting is only available with the QtWebEngine backend.