summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-11 19:14:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-11 19:14:14 +0200
commitb0d3c8eee3ee78c011feeac36cf7c8ee9785b63b (patch)
treea92b03c89138f37b73582152348ee4503343a1e7 /doc
parentc6cdd3f8440b22a294911ebed0492beea8913c49 (diff)
downloadqutebrowser-b0d3c8eee3ee78c011feeac36cf7c8ee9785b63b.tar.gz
qutebrowser-b0d3c8eee3ee78c011feeac36cf7c8ee9785b63b.zip
Greasemonkey: Make sure script names are unique
Fixes #6353
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 46c6c283a..96e7cb66c 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -32,6 +32,12 @@ Changed
- The `:greasemonkey-reload` command now shows a list of loaded scripts and has
a new `--quiet` switch to suppress that message.
+Fixed
+~~~~~
+
+- Crash when two Greasemonkey scripts have the same name (usually happening
+ because the same file is in both the data and the config directory).
+
[[v2.2.3]]
v2.2.3 (2021-06-01)
-------------------