Update docs

This commit is contained in:
Florian Bruhin 2016-07-26 17:30:07 +02:00
parent 84cfbced05
commit 29fd292aa4
3 changed files with 16 additions and 3 deletions

View File

@ -14,6 +14,15 @@ This project adheres to http://semver.org/[Semantic Versioning].
// `Fixed` for any bug fixes. // `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities. // `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 v0.8.0
------ ------
@ -33,7 +42,7 @@ Added
`$QUTE_DOWNLOAD_DIR` available for userscripts. `$QUTE_DOWNLOAD_DIR` available for userscripts.
- New option `ui` -> `status-position` to configure the position of the - New option `ui` -> `status-position` to configure the position of the
status bar (top/bottom). status bar (top/bottom).
- New `--pdf <filename>` argument for `:print` which can be used to generate a - New `--pdf <filename>` argument for `:print` WHICH can be used to generate a
PDF without a dialog. PDF without a dialog.
Changed Changed

View File

@ -164,8 +164,8 @@ Contributors, sorted by the number of commits in descending order:
* Thorsten Wißmann * Thorsten Wißmann
* Kevin Velghe * Kevin Velghe
* Austin Anderson * Austin Anderson
* Jimmy
* Marshall Lochbaum * Marshall Lochbaum
* Jimmy
* Alexey "Averrin" Nabrodov * Alexey "Averrin" Nabrodov
* avk * avk
* ZDarian * ZDarian

View File

@ -116,7 +116,7 @@ Bind a key to a command.
[[bookmark-add]] [[bookmark-add]]
=== 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. 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. * +'url'+: url to save as a bookmark. If None, use url of current page.
* +'title'+: title of the new bookmark. * +'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]]
=== bookmark-del === bookmark-del
Syntax: +:bookmark-del ['url']+ Syntax: +:bookmark-del ['url']+