Update changelog for v1.3.1

This commit is contained in:
Florian Bruhin 2018-05-29 11:09:06 +02:00
parent 12e0edbcd0
commit f78410ef2b

View File

@ -37,21 +37,20 @@ Changed
(like `:config-cycle`).
v1.3.1 (unreleased)
-------------------
Added
~~~~~
- Work around a bug in Qt 5.11 where only the top/bottom half of the window is used.
- Work around keyboard focus issues with Qt 5.11
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
------