summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-24 17:29:22 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-24 17:29:22 +0200
commit0553e8dcba796a73dbd774e6b0db7a4410c5e798 (patch)
tree471469214fa2007766c48fa819de38c5a6e5dac8
parente43ea9efcfa94ec6459b0ce4a0966cd92dae977a (diff)
downloadqutebrowser-0553e8dcba796a73dbd774e6b0db7a4410c5e798.tar.gz
qutebrowser-0553e8dcba796a73dbd774e6b0db7a4410c5e798.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 4a9cf0982..ef908ab4b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -27,6 +27,9 @@ Added
Changed
~~~~~~~
+- The Windows/macOS releases now ship with Qt 5.13.0 and QtWebEngine 5.13.1.
+ QtWebEngine 5.13.1 is based on Chromium 73.0.3683.105 with security fixes up
+ to Chromium 76.0.3809.87.
- The statusbar text for passthrough mode now shows all configured bindings to
leave the mode, not only one.
- When `:config-source` is used with a relative filename, the file is now
@@ -38,7 +41,7 @@ Changed
- Changes to userscripts:
* qute-pass: Don't run `pass` if only a username is requested.
* qute-pass: Support private domains like `myrouter.local`.
- * readability: Improved CSS styling
+ * readability: Improved CSS styling.
- Performance improvements in various areas:
* Loading config files
* Typing without any completion matches
@@ -77,6 +80,7 @@ Fixed
following a hint.
- A certain type of error ("locking protocol") while initializing sqlite now
isn't handled as crash anymore.
+- Crash when showing a permission request in certain scenarios.
Removed
~~~~~~~
@@ -85,14 +89,6 @@ Removed
and 3.5.1 was dropped.
-v1.7.1 (unreleased)
--------------------
-
-Fixed
-~~~~~
-
-- Crash when showing a permission request in certain scenarios.
-
v1.7.0 (2019-07-18)
-------------------