summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 2d399ad6d..9ada74f7e 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,10 +15,40 @@ 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.0]]
+v2.2.0 (unreleased)
+-------------------
+
+Deprecated
+~~~~~~~~~~
+
+- Running qutebrowser with Qt 5.12.0 is now unsupported and logs a warning. It
+ should still work, however, a workaround for issues with the Nvidia graphic
+ driver was dropped. Newer Qt 5.12.x versions are still fully supported.
+
+Added
+~~~~~
+
+- New `input.media_keys` setting which can be used to disable Chromium's
+ handling of media keys.
+
+Changed
+~~~~~~~
+
+- The completion now also shows bindings starting with `set-cmd-text` in its
+ third column, such as `o` for `:open`.
+
[[v2.1.1]]
v2.1.1 (unreleased)
-------------------
+Added
+~~~~~
+
+- Site-specific quirk for krunker.io, which shows a "Socket Error" with
+ qutebrowser's default Accept-Language header. The workaround is equivalent to
+ doing `:set -u matchmaker.krunker.io content.headers.accept_language ""`.
+
Changed
~~~~~~~
@@ -30,6 +60,14 @@ 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)