Update changelog

[ci skip]
This commit is contained in:
Florian Bruhin 2016-08-16 14:22:47 +02:00
parent 6794187390
commit 7b463f2d8b

View File

@ -76,6 +76,9 @@ Changed
- The `hints -> auto-follow` setting now can be set to - The `hints -> auto-follow` setting now can be set to
`always`/`full-match`/`unique-match`/`never` to more precisely control when `always`/`full-match`/`unique-match`/`never` to more precisely control when
hints should be followed automatically. hints should be followed automatically.
- Counts can now be used with special keybindings (e.g. with modifiers).
This was already implemented for v0.7.0 originally, but got reverted because
it caused some issues and then never re-applied.
Deprecated Deprecated
~~~~~~~~~~ ~~~~~~~~~~
@ -244,7 +247,6 @@ Changed
- `:navigate` now clears the URL fragment - `:navigate` now clears the URL fragment
- `:completion-item-del` (`Ctrl-D`) can now be used in `:buffer` completion to - `:completion-item-del` (`Ctrl-D`) can now be used in `:buffer` completion to
close a tab close a tab
- Counts can now be used with special keybindings (e.g. with modifiers)
- Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL - Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL
versions those already all are disabled, but with older versions they might versions those already all are disabled, but with older versions they might
not be. not be.