summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-10 12:04:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-10 12:13:01 +0200
commit899f3af1b34975f6e8d87f6ce796fa9baf24a3b9 (patch)
tree387b36efee95689cfc1a61dce59591840503e922
parentcfc8aefc46266217c4c94b0e128aed1bb671c84f (diff)
downloadqutebrowser-899f3af1b34975f6e8d87f6ce796fa9baf24a3b9.tar.gz
qutebrowser-899f3af1b34975f6e8d87f6ce796fa9baf24a3b9.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b8f6dbaa5..135c886f9 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -24,6 +24,10 @@ Changed
- The main window's (invisible) background color is now set to transparent.
This allows using the alpha channel in statusbar/tabbar colors to get a
partially transparent qutebrowser window on a setup which supports doing so.
+- If QtWebEngine is compiled with PipeWire support and libpipewire is
+ installed, qutebrowser will now support screen sharing on Wayland. Note that
+ QtWebEngine 5.15.1 (planned for August 2020) is needed, though the Archlinux
+ qt5-webengine package backports the patch.
Added
~~~~~
@@ -54,6 +58,10 @@ Fixed
is clicked in normal mode.
- Pulseaudio now shows qutebrowser's audio streams as qutebrowser correctly,
rather than showing them as Chromium (depending on the Qt version).
+- When `scrolling.bar` was set to `overlay` (the default), qutebrowser would
+ internally override any `enable-features=...` flags passed via `qt.args` or
+ `--qt-flag`. It now correctly combines existing `enable-feature` flags with
+ internal ones.
v1.13.1 (unreleased)
--------------------