summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-13 12:40:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-13 12:40:14 +0200
commit803866666f109c1f55538a1a77aa82c7353e8a49 (patch)
treefdaef9b17d858b198af80127c661872ba424f098
parentd45e35d5811dac3464a6dce1370d51f3e4d63c61 (diff)
downloadqutebrowser-803866666f109c1f55538a1a77aa82c7353e8a49.tar.gz
qutebrowser-803866666f109c1f55538a1a77aa82c7353e8a49.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b4b270492..f75f3faa9 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -59,6 +59,11 @@ 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 `:click-element` command now can also click elements based on its ID
+ (`id`), a CSS selector (`css`), a position (`position`), or click the
+ currently focused element (`focused`).
+- The `:click-element` command now can select the first found element via
+ `--select-first`.
Fixed
~~~~~