From c8d539a4c6a879e2ac2d644ae5accc171da8959e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 8 May 2018 11:45:58 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 6ac7126ab..3c6c796c7 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -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 ------