summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-31 13:15:23 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-03-31 13:15:23 +0200
commit3646d1330034ea9f81be8997900631c9d6a81ea9 (patch)
treecd1b04ffec47145ea3a2129e4f6d7fce3d19475c
parent860b7dc10291d46b2eb527afb20d8e021b579be8 (diff)
downloadqutebrowser-3646d1330034ea9f81be8997900631c9d6a81ea9.tar.gz
qutebrowser-3646d1330034ea9f81be8997900631c9d6a81ea9.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index bd6222de6..987972849 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -69,6 +69,7 @@ Added
based on the new URL when navigating or switching tabs.
- New `qt.chromium.sandboxing` setting which allows to disable Chromium's
sandboxing (mainly intended for development and testing)
+- New `QUTE_TAB_INDEX` variable for userscripts, containing the index of the current tab.
Fixed
~~~~~