diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-06-01 13:43:59 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-06-01 13:43:59 +0200 |
commit | deba7273785638de7ddd6921db0a50d88771e21c (patch) | |
tree | 2d356faebdf7365e46a3ebb8ab72aad8c3985bbb /doc | |
parent | ec017f3aa3b58e2d8839b2fd98ea36428d001bb9 (diff) | |
download | qutebrowser-deba7273785638de7ddd6921db0a50d88771e21c.tar.gz qutebrowser-deba7273785638de7ddd6921db0a50d88771e21c.zip |
backendproblem: Suggest to disable WebGL with older OpenGL versions
Also make it a bit clearer that using QtWebKit isn't the preferred solution to
those problems.
Fixes #5313
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index b982c8763..8d8deaec0 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -75,6 +75,9 @@ Fixed - A site specific quirk to allow typing accented characters on Google Docs was active for docs.google.com, but not drive.google.com. It is now applied for both subdomains. +- With older graphics hardware (OpenGL < 4.3) with Qt 5.14 on Wayland, WebGL + causes segfaults. Now qutebrowser detects that combination and suggests to + disable WebGL or use XWayland. v1.11.1 (2020-05-07) -------------------- |