summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-05-20 18:11:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-05-20 18:11:53 +0200
commitb01ccf62c2e39bd37f9a401c374b8c9aaff8490d (patch)
tree6bec0468b2de8259ba7892d288eb6a4db700c0a8
parentd5d1dd1ffbe03b6f1a31a1d342c4a33977bb3f5e (diff)
downloadqutebrowser-b01ccf62c2e39bd37f9a401c374b8c9aaff8490d.tar.gz
qutebrowser-b01ccf62c2e39bd37f9a401c374b8c9aaff8490d.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 91f71a224..399de9e31 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,25 @@ 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.2]]
+v2.2.2 (unreleased)
+-------------------
+
+Fixed
+~~~~~
+
+- When awesomewm's "naughty" notification daemon was used with a development
+ version of AwesomeWM and an unknown version number, qutebrowser would crash
+ when trying to parse the version string. This is now fixed.
+- Due to a bug with QtWebEngine 5.15.4, old Service Worker data could cause
+ renderer process crashes. This is now worked around by qutebrowser.
+- When an (broken) binding to `set-cmd-text` without any argument existed,
+ using `:` would crash, which is now fixed.
+- New site-specific quirk (again) working around not being able to type
+ accented/composed characters on Google Docs.
+- When running with `python -OO` (which is not recommended), a notification
+ being shown would result in a crash, which is now fixed.
+
[[v2.2.1]]
v2.2.1 (2021-04-29)
-------------------
@@ -25,7 +44,7 @@ Changed
- When an error occurs in a notification presenter, qutebrowser now shows that
error in the statusbar instead of just logging it.
- New site-specific-quirk for Discord logging users out when using vertical
- ttabs (yes, really)
+ tabs (yes, really)
Fixed
~~~~~