summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-20 17:26:55 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-20 17:26:55 +0200
commitf8f346a077af88c655adc52c34b41c3f714d88ae (patch)
tree5096e0b8150adbfd1201ad948524e12c26329887
parent5e0d6dc1483cb3336ea0e3dcbd4fe4aa00fc1742 (diff)
downloadqutebrowser-f8f346a077af88c655adc52c34b41c3f714d88ae.tar.gz
qutebrowser-f8f346a077af88c655adc52c34b41c3f714d88ae.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 f2848b24e..f78931039 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -84,6 +84,7 @@ Changed
To show rich text with `:message-*` commands, use their new `--rich` flag.
Note this is NOT a security issue, as only a small subset of HTML is
interpreted as rich text by Qt, independently from the website.
+- Improved output when loading Greasemonkey scripts.
Fixed
~~~~~
@@ -116,6 +117,10 @@ Fixed
messages, while the 3.0.0 release will change the default for all messages to be
plain-text. Note this is NOT a security issue, as only a small subset of HTML
is interpreted as rich text by Qt, independently from the website.
+- When a Greasemonkey script couldn't be loaded (e.g. due to an unreadable file),
+ qutebrowser would crash. It now shows an error instead.
+- New site-specific quirk to fix messages not showing on LinkedIn (due to
+ `Array.at` usage).
[[v2.5.1]]
v2.5.1 (2022-05-26)