Update changelog

This commit is contained in:
Florian Bruhin 2020-07-01 15:34:57 +02:00
parent 8d05f0282a
commit 6e9f24bc80
1 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,14 @@ Fixed
- Ever since Qt 5.9, when `input.mouse.rocker_gestures` was enabled, the
context menu still was shown when clicking the right mouse button, thus
preventing the rocker gestures. This is now fixed.
- A URL pattern with a `*.` host was considered valid and matched all hosts.
Due to keybindings like `tsH` toggling scripts for `*://*.{url:host}/*`,
invoking them on pages without a host (e.g. `about:blank`) could result in
accidentally allowing/blocking JavaScript for all pages. Such patterns are
now considered invalid, with existing patterns being automatically removed
from `autoconfig.yml`.
- Certain `autoconfig.yml` with an invalid structure could lead to crashes,
which are now fixed.
v1.13.1 (unreleased)
--------------------