summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-05 16:35:04 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-05 16:35:04 +0100
commitbb265dc712b56913442079a20a494cfd1079d58a (patch)
treef0795e19cbc35f3e733e63d6f836a109572c25a7
parent9ce7b48f46812dab0554114d315f62b0bd12a40d (diff)
downloadqutebrowser-bb265dc712b56913442079a20a494cfd1079d58a.tar.gz
qutebrowser-bb265dc712b56913442079a20a494cfd1079d58a.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 9a2e102bd..5e34f5fbc 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -39,6 +39,9 @@ Changed
`menuitem`, `menuitemcheckbox` and `menuitemradio`).
- Using e.g. `:bind --mode=passthrough` now scrolls to the passthrough section
on the `qute://bindings` page.
+- Clicking on a notification now tries to focus the tab where the notification
+ is coming from. Note this might not work properly if there is more than one
+ tab from the same host open.
Added
~~~~~