From db5ec363cd41b28100ea5b28f22c22b9d56bf1d1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 May 2018 11:12:21 +0200 Subject: Update changelog for v1.3.1 --- doc/changelog.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ------ -- cgit v1.2.3-54-g00ecf