Update changelog

This commit is contained in:
Florian Bruhin 2018-05-08 11:45:58 +02:00
parent 8531f89ca3
commit c8d539a4c6

View File

@ -23,13 +23,18 @@ Added
- New `--debug-flag log-requests` to log requests to the debug log for
debugging.
- New `--first` flag for `:hint` (bound to `gi` for inputs) which automatically
selects the first hint.
Changed
~~~~~~~
- New short flags for commandline arguments: `-B` and `-T` for `--basedir` and `--temp-basedir`; `-d` and `-D` for `--debug` and `--debug-flag`.
- Deleting history items via `:history-clear` or `:completion-item-del` now also removes that URL from QtWebEngine's visited links.
- There's now completion for commands taking a variable count of arguments (like `:config-cycle`).
- New short flags for commandline arguments: `-B` and `-T` for `--basedir` and
`--temp-basedir`; `-d` and `-D` for `--debug` and `--debug-flag`.
- Deleting history items via `:history-clear` or `:completion-item-del` now
also removes that URL from QtWebEngine's visited links.
- There's now completion for commands taking a variable count of arguments
(like `:config-cycle`).
v1.3.0
------