summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-09-20 13:55:59 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-09-20 13:55:59 +0200
commit957c8bc3125dff1698f7de6163c115f221e600cf (patch)
tree0aa1bf6fbcb69cc50b43dddda146b6c8de1399f6
parentc2ef2a2918bdc3b1b3316052ae73cfc98083f598 (diff)
downloadqutebrowser-gm-improvements.tar.gz
qutebrowser-gm-improvements.zip
Update changeloggm-improvements
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 91f39b84a..b5fe246d6 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -57,6 +57,8 @@ Changed
there's only a single match.
- In insert mode, `<Shift-Escape>` is now bound to `fake-key <Escape>` by
default, i.e., sends an Escape keypress to the website.
+- Using `GM_setClipboard` in Greasemonkey scripts is now supported.
+- Using `GM_setValue` with an array/object as value is now supported.
[[v2.3.1]]
v2.3.1 (2021-07-28)