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
|
||||
unchanged (`:quit --save`), as closing a window while saving the session
|
||||
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.
|
||||
- The `QtColor` config type now also understands colors like `rgb(...)`.
|
||||
- `: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
|
||||
adblocker can be disabled on a given page.
|
||||
- Elements with a `tabindex` attribute now also get hints by default.
|
||||
- Various small performance improvements for hints and the completion.
|
||||
|
||||
Fixed
|
||||
~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user