From 48067f0c7656f240022fc69f1d402c8e5cf498b3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 2 Aug 2016 16:15:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2669428ef..d08cabaf9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -53,6 +53,12 @@ Fixed relative path with `--basedir`. - Fixed crash when deleting a quickmark with Ctrl-D - Fixed HTML5 video playback on Windows +- Fixed crash when using `:prompt-open-download` with a file with chars not + encodable with the OS' filesystem encoding (e.g. with `LC_ALL=C`) +- Fixed `:prompt-open-download` with a too long filename (< 255 bytes) +- Fixed crash when cancelling a download after doing `:prompt-open-download` +- Fixed crash when writing a download to disk fails with + `:prompt-open-download`. v0.8.1 ------