summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-05-29 11:12:21 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-05-29 11:12:33 +0200
commitdb5ec363cd41b28100ea5b28f22c22b9d56bf1d1 (patch)
treed9fd2fc933f5a346d32dd11f5fe1cd8afde2e3b6
parentf352c72d1d80020ca86052dc95ee060310e2a49e (diff)
downloadqutebrowser-db5ec363cd41b28100ea5b28f22c22b9d56bf1d1.tar.gz
qutebrowser-db5ec363cd41b28100ea5b28f22c22b9d56bf1d1.zip
Update changelog for v1.3.1
-rw-r--r--doc/changelog.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 1f1898487..383a5655f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,20 @@ 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.3.1
+------
+
+Fixed
+~~~~~
+
+- Work around a bug in Qt 5.11 where only the top/bottom half of the window is used.
+ This workaround is incomplete, but fixes the majority of the cases where this happens.
+- Work around keyboard focus issues with Qt 5.11.
+- Work around an issue in Qt 5.11 where e.g. activating JavaScript per-domain
+ needed a manual reload in some cases.
+- Don't crash when a ² key is pressed (e.g. on AZERTY keyboards).
+- Don't crash when a tab is opened and quickly closed again.
+
v1.3.0
------