summaryrefslogtreecommitdiff
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-11-02 17:59:43 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-11-02 17:59:43 +0100
commit4da2bdfaa7327027a8e78100eae616ea3bbe7021 (patch)
tree4443a4567a575421794ca21b92a2eab3507b0e50 /CHANGELOG.asciidoc
parentd9af27670bbf4179406e4c96d210ee4d1b2463b2 (diff)
downloadqutebrowser-4da2bdfaa7327027a8e78100eae616ea3bbe7021.tar.gz
qutebrowser-4da2bdfaa7327027a8e78100eae616ea3bbe7021.zip
Update docs.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc3
1 files changed, 3 insertions, 0 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
~~~~~