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 @@ |<>|User stylesheet to use (absolute filename, filename relative to the config directory or CSS string). Will expand environment variables. |<>|Set the CSS media type. |<>|Whether to enable smooth scrolling for webpages. -|<>|Whether to remove finished downloads automatically. +|<>|Number of milliseconds to wait before removing finished downloads. Will not be removed if value is -1. |<>|Whether to hide the statusbar unless a message is shown. |<>|Padding for statusbar (top, bottom, left, right). |<>|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