From f83696a670eab5bf944abf56ef8f05c78ea9359e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Sep 2017 22:49:02 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index a7c8e6d72..a1bc8caa3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -32,6 +32,8 @@ Breaking changes that PyQt5.QtOpenGL is still a dependency. - Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. +- Upgrading qutebrowser with a version older than v0.4.0 still running now won't + work properly anymore. - Various documentation files got moved to the doc/ subfolder, `qutebrowser.desktop` got moved to misc/. @@ -46,12 +48,12 @@ Added ~~~~~ - New back/forward indicator in the statusbar +- New `bindings.key_mappings` setting to map keys to other keys +- New `qt_args` setting to pass additional arguments to Qt/Chromium Changed ~~~~~~~ -- Upgrading qutebrowser with a version older than v0.4.0 still running now won't - work properly anymore. - Using `:download` now uses the page's title as filename. - Using `:back` or `:forward` with a count now skips intermediate pages. - When there are multiple messages shown, the timeout is increased.