From 1ed427c3423828dcaffe3b043742e3b6eece3674 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 9 Feb 2018 22:27:05 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 25ddb60ab..2c34e8005 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -28,6 +28,10 @@ Added - QtWebEngine: Retrying downloads is now supported with Qt 5.10 or newer. - QtWebEngine: Hinting and other features inside same-origin frames is now supported. +- New `cycle-inputs.js` script in `scripts/` which can be used with `:jseval -f` + to cycle through inputs. +- New `--no-last` flag for `:tab-focus` to not focus the last tab when focusing + the currently focused one. Changed ~~~~~~~