summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-01 18:31:32 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-01 18:31:32 +0200
commit4879d7801eba828c3b87de2c73058f948d76eb14 (patch)
tree3dfd56fa8b397080070669c1276794f29f9c19df
parenta96063e9aab41c153a13d5ce0f7dead672ff82f6 (diff)
downloadqutebrowser-4879d7801eba828c3b87de2c73058f948d76eb14.tar.gz
qutebrowser-4879d7801eba828c3b87de2c73058f948d76eb14.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index dddb2c12a..feb4f2a97 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,41 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+[[v2.2.3]]
+v2.2.3 (unreleased)
+-------------------
+
+Fixed
+~~~~~
+
+- Logging into Google accounts or sharing the camera on macOS 10.14+ crashed,
+ which is now fixed.
+- The Windows installer now correctly aborts the installation on Windows 7
+ (rather than attempting an install which won't work, since Windows 7 is
+ unsupported since the v2.0.0 release).
+- Using `--json-logging` without `--debug` caused qutebrowser to crash since the
+ v1.13.0 release. It now works correctly again.
+- Mixing Qt 5.14+ with QtWebEngine 5.12 caused a crash related to qutebrowser's
+ notification support, which is now 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.
+- The testsuite should now work properly on aarch64.
+- When QtWebEngine is in a "stuck" state while `:selection-follow` was used,
+ this could cause a crash in qutebrowser. This is now fixed (speculatively, due
+ to lack of a reproducer).
+- When the brave adblock data (`adblock-cache.dat`) got corrupted, qutebrowser
+ would crash when trying to load it. It now displays an error instead.
+- Combining `/S` (silent) and `/allusers` when uninstalling via the Windows
+ installer now works properly.
+
[[v2.2.2]]
v2.2.2 (2021-05-20)
-------------------