From 368e9a5cf9795261d2c7bd79f0fbfd82fd794426 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Oct 2017 07:39:24 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 9ec0a403f..e03350dc4 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -40,6 +40,8 @@ Breaking changes - Upgrading qutebrowser with a version older than v0.4.0 still running now won't work properly anymore. - The `--harfbuzz` and `--relaxed-config` commandline arguments got dropped. +- `:set` now doesn't support toggling/cycling values anymore, that functionality + got moved to `:config-cycle`. Major changes ~~~~~~~~~~~~~ @@ -58,6 +60,7 @@ Added Together with the previous setting, this should make wrapper scripts unnecessary. - Proxy authentication is now supported with the QtWebEngine backend. +- New `:config-cycle` command to cycle an option between multiple values. Changed ~~~~~~~