diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-11-02 17:59:43 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-11-02 17:59:43 +0100 |
commit | 4da2bdfaa7327027a8e78100eae616ea3bbe7021 (patch) | |
tree | 4443a4567a575421794ca21b92a2eab3507b0e50 | |
parent | d9af27670bbf4179406e4c96d210ee4d1b2463b2 (diff) | |
download | qutebrowser-4da2bdfaa7327027a8e78100eae616ea3bbe7021.tar.gz qutebrowser-4da2bdfaa7327027a8e78100eae616ea3bbe7021.zip |
Update docs.
-rw-r--r-- | CHANGELOG.asciidoc | 3 | ||||
-rw-r--r-- | README.asciidoc | 1 | ||||
-rw-r--r-- | doc/help/settings.asciidoc | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9b005368e..0167c9607 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -59,6 +59,9 @@ Changed - New design for error pages - Link filtering for hints now checks if the text is contained anywhere in the link, and matches case-insensitively. +- The `ui -> remove-finished-downloads` option got changed to an integer and + now takes a time (in milliseconds) to keep the download around after it's + finished. When set to `-1`, downloads are never removed. Fixed ~~~~~ diff --git a/README.asciidoc b/README.asciidoc index 2054c1dab..a28b089cc 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -155,6 +155,7 @@ Contributors, sorted by the number of commits in descending order: * Peter Vilim * Jonas Schürmann * Jimmy +* skinnay * Zach-Button * rikn00 * Patric Schmitz diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 5209baf47..24536dbf5 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -42,7 +42,7 @@ |<<ui-user-stylesheet,user-stylesheet>>|User stylesheet to use (absolute filename, filename relative to the config directory or CSS string). Will expand environment variables. |<<ui-css-media-type,css-media-type>>|Set the CSS media type. |<<ui-smooth-scrolling,smooth-scrolling>>|Whether to enable smooth scrolling for webpages. -|<<ui-remove-finished-downloads,remove-finished-downloads>>|Whether to remove finished downloads automatically. +|<<ui-remove-finished-downloads,remove-finished-downloads>>|Number of milliseconds to wait before removing finished downloads. Will not be removed if value is -1. |<<ui-hide-statusbar,hide-statusbar>>|Whether to hide the statusbar unless a message is shown. |<<ui-statusbar-padding,statusbar-padding>>|Padding for statusbar (top, bottom, left, right). |<<ui-window-title-format,window-title-format>>|The format to use for the window title. The following placeholders are defined: @@ -593,14 +593,9 @@ Default: +pass:[false]+ [[ui-remove-finished-downloads]] === remove-finished-downloads -Whether to remove finished downloads automatically. +Number of milliseconds to wait before removing finished downloads. Will not be removed if value is -1. -Valid values: - - * +true+ - * +false+ - -Default: +pass:[false]+ +Default: +pass:[-1]+ [[ui-hide-statusbar]] === hide-statusbar |