summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-13 11:28:32 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-13 11:28:32 +0200
commit7ff0bdb6e2c9e83628f179532eb2b30b16cf45dd (patch)
tree8787aae9e1928e86471e887b3ea20dc8caf366df
parent870fccb36625bfdf2f29a60bdf33d9a98d5b3214 (diff)
downloadqutebrowser-7ff0bdb6e2c9e83628f179532eb2b30b16cf45dd.tar.gz
qutebrowser-7ff0bdb6e2c9e83628f179532eb2b30b16cf45dd.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 4 insertions, 1 deletions
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
~~~~~