diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 51a90d33a..064aa5456 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -53,6 +53,8 @@ Added - qutebrowser now uses `~/.netrc` if available to authenticate via HTTP. - New `:fake-key` command to send a fake keypress to a website or to qutebrowser. +- New `--mhtml` argument for `:download` to download a page including all + ressources as MHTML file. Changed ~~~~~~~ @@ -79,6 +81,8 @@ Deprecated - `:download-remove --all` is now deprecated and `:download-clear` should be used instead. +- `:download ` is now deprecated and + `:download --dest ` should be used instead. Fixed ~~~~~