summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-25 11:08:49 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-25 14:28:36 +0100
commit15a04c71b231668110087b63a0ea1b4538fd36a9 (patch)
tree50cffd29461290c3dc5616c07f64b55c2e755a1d /doc
parent8a3c77ffd2e5728f9302d12d1d1a039116bd1d37 (diff)
downloadqutebrowser-15a04c71b231668110087b63a0ea1b4538fd36a9.tar.gz
qutebrowser-15a04c71b231668110087b63a0ea1b4538fd36a9.zip
Handle new PyQtWebEngine-Qt packaging to get QtWebEngine version
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 3bd311e7e..22a6d26fb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -31,7 +31,7 @@ Added
Changed
~~~~~~~
-- Initial support for Qt 5.15.3
+- Initial support for Qt 5.15.3 and PyQt 5.15.3
- The `colors.webpage.prefers_color_scheme_dark` setting got renamed to
`colors.webpage.preferred_color_scheme` and now takes the values `auto`, `light`
and `dark` (instead of being `True` for dark and `False` for auto).
@@ -43,6 +43,9 @@ Changed
versions of QtWebEngine/PyQtWebEngine/Qt.
This change also prepares qutebrowser for QtWebEngine 5.15.3, which will get
released without an updated Qt.
+- When PyQtWebEngine >= 5.15.3 is installed via `pip` (as is e.g. the case with
+ `mkvenv.py`), qutebrowser now queries the associated metadata to find out the
+ QtWebEngine version.
Fixed
~~~~~