summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-09 17:38:48 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-09 17:38:48 +0100
commitc4144a6e4b524631cad3113617ab64a909fd0503 (patch)
tree4eec2db6f70f05238e376c1f23437fb9b419bbd2 /doc
parent321a350b8fd9206a8677902b30327790698e151e (diff)
downloadqutebrowser-c4144a6e4b524631cad3113617ab64a909fd0503.tar.gz
qutebrowser-c4144a6e4b524631cad3113617ab64a909fd0503.zip
Add log-sensitive-keys debug flag
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c78fe556a..93a85866b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -60,6 +60,9 @@ Changed
- The `fileselect.*.command` settings now support file selectors writing the
selected paths to stdout, which is used if no `{}` placeholder is contained in
the configured command.
+- The `--debug-flag` argument now understands a new `log-sensitive-keys` value
+ which logs all keypresses (including those in insert/passthrough/prompt/...
+ mode) for debugging.
- The `readability` and `readability-js` userscripts now add a
`qute-readability` CSS class to the page, so that it can be styled easily via
a user stylesheet.