Update changelog
This commit is contained in:
parent
8d05f0282a
commit
6e9f24bc80
|
|
@ -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)
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue