summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-02-01 11:05:08 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-02-01 11:06:18 +0100
commite78306e989ce71cc7ab5f30ef77423b6dabd2137 (patch)
treeb6a908a6107b6f95bb163c4cb17e3a88d75bddb7
parent472342b66bffd506c9fa51bde5b37aa7da6f8d6e (diff)
downloadqutebrowser-e78306e989ce71cc7ab5f30ef77423b6dabd2137.tar.gz
qutebrowser-e78306e989ce71cc7ab5f30ef77423b6dabd2137.zip
Update docs for Qt 5.14.1
Fixes #5202
-rw-r--r--README.asciidoc7
-rw-r--r--doc/changelog.asciidoc5
-rw-r--r--qutebrowser/utils/version.py2
3 files changed, 9 insertions, 5 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 910b7cb99..96decd339 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -109,9 +109,8 @@ Requirements
The following software and libraries are required to run qutebrowser:
* https://www.python.org/[Python] 3.5.2 or newer (3.6 recommended)
-* https://www.qt.io/[Qt] 5.7.1 or newer (5.12 recommended due to severe bugs in
- Qt 5.13.0 and .1); support for < 5.9 will be dropped soon) with the following
- modules:
+* https://www.qt.io/[Qt] 5.7.1 or newer (5.14 recommended; support for < 5.9
+ will be dropped soon) with the following modules:
- QtCore / qtbase
- QtQuick (part of qtbase in some distributions)
- QtSQL (part of qtbase in some distributions)
@@ -124,7 +123,7 @@ The following software and libraries are required to run qutebrowser:
avoid visiting untrusted websites and using it for transmission of
sensitive data.**
* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.7.0 or newer
- (5.13 recommended, support for < 5.9 will be dropped soon) for Python 3
+ (5.14 recommended, support for < 5.9 will be dropped soon) for Python 3
* https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools]
* https://fdik.org/pyPEG/[pyPEG2]
* http://jinja.pocoo.org/[jinja2]
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 563dbca7f..5693f174b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -51,6 +51,11 @@ Changed
- The `tox -e mkvenv` (or `mkvenv-pypi`) way of installing qutebrowser is now
replaced by a `mkvenv.py` script. See the updated
link:install{outfilesuffix}#tox[install instructions] for details.
+- macOS and Windows releases now ship with Qt/QtWebEngine 5.14.1
+ * Based on Chromium 77.0.3865.129 with security fixes up to Chromium 79.0.3945.117.
+ * Sandboxing is now enabled on Windows.
+ * Monospace fonts are now used when a website requests them on macOS 10.15.
+ * Web notifications are now supported.
Fixed
~~~~~
diff --git a/qutebrowser/utils/version.py b/qutebrowser/utils/version.py
index 3885287ab..5b0a05c9f 100644
--- a/qutebrowser/utils/version.py
+++ b/qutebrowser/utils/version.py
@@ -364,7 +364,7 @@ def _chromium_version() -> str:
Qt 5.14: Chromium 77
77.0.3865.129 (~2019-10-10)
- 5.14.0: Security fixes up to 78.0.3904.108 (2019-11-18)
+ 5.14.1: Security fixes up to 79.0.3945.117 (2020-01-07)
Also see https://www.chromium.org/developers/calendar
and https://chromereleases.googleblog.com/