summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-18 10:34:43 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-18 10:34:43 +0100
commitb4345fb458b4015e4533f2f16452c6f8f1a40d5c (patch)
treeed686b36405ee02d12586faecdd7108686b496c4
parent254b21f3ecc43d4d844e6ded55378673b913b5c8 (diff)
downloadqutebrowser-b4345fb458b4015e4533f2f16452c6f8f1a40d5c.tar.gz
qutebrowser-b4345fb458b4015e4533f2f16452c6f8f1a40d5c.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 9c7a69d3c..27b413690 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -48,6 +48,13 @@ Fixed
- The workaround for black on (almost) black formula images in dark mode now
also works with Qt 5.12 and 5.13.
- When running in Flatpak, the QtWebEngine version is now detected properly.
+ Before, a wrong version was assumed, breaking dark mode and certain workarounds
+ (resulting in crashes on websites like LinkedIn or TradingView).
+- When running in Flatpak, communicating with an existing instance now works
+ properly. Before, a new instance was always opened.
+- When the metainfo in the completion database doesn't have the expected
+ structure, qutebrowser now tries to gracefully recover from the situation
+ instead of crashing.
[[v2.1.0]]
v2.1.0 (2021-03-12)