summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-05-30 11:00:02 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-05-30 12:55:54 +0200
commit67ff458d3f156cff6ffdaed08fc0ddb5007f13d1 (patch)
treef042ec6d304c57a91499f991156e68f8da89d28c
parentc74d1075620f54d8904b9ae822299ba1221450f4 (diff)
downloadqutebrowser-67ff458d3f156cff6ffdaed08fc0ddb5007f13d1.tar.gz
qutebrowser-67ff458d3f156cff6ffdaed08fc0ddb5007f13d1.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index d7b76cc0a..00d10b0cd 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -43,6 +43,13 @@ Fixed
- The documentation now points to the new IRC channels on irc.libera.chat
instead of the defunct Freenode channels (due to a hostile takeover by
Freenode staff).
+- Setting `content.headers.user_agent` or `.accept_language` to a value
+ containing non-ascii characters was permitted by qutebrowser, but resulted in
+ a crash when loading a page. Such values are now rejected properly.
+- When quitting qutebrowser on the `qute://settings` page, a crash could happen, which is now fixed.
+- When `:edit-text` is used, but the existing text in the input isn't
+ representable in the configured encoding (`editor.encoding`), qutebrowser would
+ crash. It now shows a proper error instead.
[[v2.2.2]]
v2.2.2 (2021-05-20)