summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-30 09:07:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-30 09:10:07 +0200
commit43fde2d4d040c5c8705ea036098a7bfda4eb962e (patch)
tree359093fcce1175dd734d0713227526e47d5fc60f /doc/changelog.asciidoc
parent6de2d238418ddd8d0791584635955d9882618060 (diff)
downloadqutebrowser-43fde2d4d040c5c8705ea036098a7bfda4eb962e.tar.gz
qutebrowser-43fde2d4d040c5c8705ea036098a7bfda4eb962e.zip
Update docs
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 546962f28..1dde95a12 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -139,9 +139,10 @@ 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 or with the Windows/macOS releases, 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
@@ -162,6 +163,8 @@ Fixed
- When a format string in the config (e.g. `tabs.title_format`) used a value
like `{current_url.host}` (instead of `{current_url:host}`), qutebrowser
would crash. It now correctly reports an invalid config value instead.
+- In rare circumstances, sending URLs/commands to existing instances would
+ result in a crash, which is now fixed.
[[v2.1.0]]
v2.1.0 (2021-03-12)