From 8f2a4fc0c47436b170a07d64b648139438acbb2b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Jul 2015 12:49:30 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d1c7dc291..006241695 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -25,6 +25,12 @@ Changed this might cause qutebrowser to hang. - The `:yank-selected` command now works in all modes instead of just caret mode and is not hidden anymore. +- New bookmark functionality (similar to quickmarks without a name). + * New command `:bookmark-add` to bookmark the current page (bound to `M`). + * New command `:bookmark-load` to load a bookmark (bound to `gb`/`gB`/`wB`). +- New (hidden) command `:completion-item-del` (bound to ``) to delete + the current item in the completion (for quickmarks/bookmarks). + v0.3.0 ------