summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-06-18 11:50:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-06-18 11:50:29 +0200
commit67ba7ba1b97c01922ab00fc944559cf600ede70c (patch)
treec9a191f9ddd6c4a8719ac9ad8c3a8102c25f7d92
parentf3db2c3fbef908572d4647346388b0f33d8d88e2 (diff)
downloadqutebrowser-67ba7ba1b97c01922ab00fc944559cf600ede70c.tar.gz
qutebrowser-67ba7ba1b97c01922ab00fc944559cf600ede70c.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 076fa0032..074609581 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,38 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+v1.6.3
+------
+
+Fixed
+~~~~~
+
+- Crash when hinting and changing/closing the tab before hints are displayed.
+- Crash on redirects with Qt 5.13.
+- Hide bogus `AA_ShareOpenGLContexts` warning with Qt 5.12.4.
+- Workaround for renderer process crashes with Qt 5.12.4.
+ If you're unable to update, you can remove `~/.cache/qutebrowser` for the
+ same result.
+
+v1.6.2
+------
+
+Changed
+~~~~~~~
+
+- Windows/macOS releases now ship with Qt 5.12.3, which includes security fixes
+ up to Chromium 73.0.3683.75.
+
+Fixed
+~~~~~
+
+- Crash when SQL errors occur while using the completion.
+- Crash when cancelling a download prompt started in an already closed window.
+- Crash when many prompts are opened at the same time.
+- Running without Qt installed now displays a proper error again.
+- High CPU usage when using the keyhint widget with a low delay.
+- Crash with Qt >= 5.14 on redirects.
+
v1.6.1
------