From 929bbff4ca51f617e17498856c052ab712427e76 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 23 Jun 2023 23:57:44 +0200 Subject: qt 6: Update changelog --- doc/changelog.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 71cf6ec5d..a0dbeab37 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -19,6 +19,17 @@ breaking changes (such as renamed commands) can happen in minor releases. v3.0.0 (unreleased) ------------------- +Major changes +~~~~~~~~~~~~~ + +- qutebrowser now supports Qt 6 and uses it by default. Qt 5.15 is used as a + fallback if Qt 6 is unavailable. This behavior can be customized in three ways + (in order of precedence): + * Via `--qt-wrapper PyQt5` or `--qt-wrapper PyQt6` command-line arguments. + * Via the `QUTE_QT_WRAPPER` environment variable, set to `PyQt6` or `PyQt5`. + * For packagers wanting to provide packages specific to a Qt version, + patch `qutebrowser/qt/machinery.py` and set `_WRAPPER_OVERRIDE`. + Added ~~~~~ -- cgit v1.2.3-54-g00ecf