diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9367f50d0..33f4d1c3b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -14,6 +14,15 @@ This project adheres to http://semver.org/[Semantic Versioning]. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. +v0.9.0 +------ + +Changed +~~~~~~~ + +- `:bookmark-add` now has a `--toggle` flag which deletes the bookmark if it + already exists. + v0.8.0 ------ @@ -33,7 +42,7 @@ Added `$QUTE_DOWNLOAD_DIR` available for userscripts. - New option `ui` -> `status-position` to configure the position of the status bar (top/bottom). -- New `--pdf ` argument for `:print` which can be used to generate a +- New `--pdf ` argument for `:print` WHICH can be used to generate a PDF without a dialog. Changed diff --git a/README.asciidoc b/README.asciidoc index 422b87db8..a1a6bffa5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -164,8 +164,8 @@ Contributors, sorted by the number of commits in descending order: * Thorsten Wißmann * Kevin Velghe * Austin Anderson -* Jimmy * Marshall Lochbaum +* Jimmy * Alexey "Averrin" Nabrodov * avk * ZDarian diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index af9089135..b82dc9ac7 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -116,7 +116,7 @@ Bind a key to a command. [[bookmark-add]] === bookmark-add -Syntax: +:bookmark-add ['url'] ['title']+ +Syntax: +:bookmark-add [*--toggle*] ['url'] ['title']+ Save the current page as a bookmark, or a specific url. @@ -126,6 +126,10 @@ If no url and title are provided, then save the current page as a bookmark. If a * +'url'+: url to save as a bookmark. If None, use url of current page. * +'title'+: title of the new bookmark. +==== optional arguments +* +*-t*+, +*--toggle*+: remove the bookmark instead of raising an error if it already exists. + + [[bookmark-del]] === bookmark-del Syntax: +:bookmark-del ['url']+