summaryrefslogtreecommitdiff
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-07-29 12:49:30 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-07-29 12:49:30 +0200
commit8f2a4fc0c47436b170a07d64b648139438acbb2b (patch)
treee1bf12380848fe5cbbc5dafbcaa9bb8a511d8a78 /CHANGELOG.asciidoc
parent6c5d1c96d2964c1164980d2037a1e3dcf20d3615 (diff)
downloadqutebrowser-8f2a4fc0c47436b170a07d64b648139438acbb2b.tar.gz
qutebrowser-8f2a4fc0c47436b170a07d64b648139438acbb2b.zip
Update changelog.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc6
1 files changed, 6 insertions, 0 deletions
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 `<Ctrl-D>`) to delete
+ the current item in the completion (for quickmarks/bookmarks).
+
v0.3.0
------