Update changelog
This commit is contained in:
parent
cde94e7356
commit
fa489201ec
@ -40,7 +40,7 @@ Changed
|
|||||||
(`:close`), while `:qa` quits (`:quit`). The behavior of `:wq` remains
|
(`:close`), while `:qa` quits (`:quit`). The behavior of `:wq` remains
|
||||||
unchanged (`:quit --save`), as closing a window while saving the session
|
unchanged (`:quit --save`), as closing a window while saving the session
|
||||||
doesn't make sense.
|
doesn't make sense.
|
||||||
- Completion highlighting is now done differently (using QSyntaxHighlither),
|
- Completion highlighting is now done differently (using `QSyntaxHighlighter`),
|
||||||
which should fix some highlighting corner-cases.
|
which should fix some highlighting corner-cases.
|
||||||
- The `QtColor` config type now also understands colors like `rgb(...)`.
|
- The `QtColor` config type now also understands colors like `rgb(...)`.
|
||||||
- `:yank` now has a `--quiet` option which causes it to not display a message.
|
- `:yank` now has a `--quiet` option which causes it to not display a message.
|
||||||
@ -48,6 +48,7 @@ Changed
|
|||||||
- The `content.host_blocking.enabled` setting now supports URL patterns, so the
|
- The `content.host_blocking.enabled` setting now supports URL patterns, so the
|
||||||
adblocker can be disabled on a given page.
|
adblocker can be disabled on a given page.
|
||||||
- Elements with a `tabindex` attribute now also get hints by default.
|
- Elements with a `tabindex` attribute now also get hints by default.
|
||||||
|
- Various small performance improvements for hints and the completion.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user