From b5636a35317730129618d36a1b486750e9954baf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 1 Apr 2016 06:14:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 385f42e97..4ee5b8d26 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -34,6 +34,8 @@ Added for hints instead of single characters. - New `--all` argument for `:download-cancel` to cancel all running downloads. - New `password_fill` userscript to fill passwords using the `pass` executable. +- New `current` hinting mode which forces opening hints in the current tab + (even with `target="_blank"`) Changed ~~~~~~~