From 7ff0bdb6e2c9e83628f179532eb2b30b16cf45dd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 13 Jun 2022 11:28:32 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 4c0e850d2..838be34fb 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -24,6 +24,10 @@ Added - On invalid commands/settings with a similarly spelled match, qutebrowser now suggests the correct name in its error messages. +- New features in userscripts: + * `qutedmenu` gained new `window` and `private` options. + * `qute-keepassxc` now supports unlock-on-demand, multiple account + selection via rofi, and inserting TOTP-codes (experimental). Removed ~~~~~~~ @@ -55,7 +59,6 @@ Changed `true`) and `access-paste` (additionally allows pasting content, needed for websites like Photopea or GitHub Codespaces). - The default `hints.selectors` now also match the `treeitem` ARIA roles. -- The `qutedmenu` userscript gained new `window` and `private` options. Fixed ~~~~~