summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-25 11:16:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-25 11:16:03 +0100
commit8614dbf1cb0b18e37dad11ee5f0da4ae2258b29d (patch)
tree67c5f77ee56f4aeae1e6c6efce1a770bd9a40da3
parent49d92d463424fd56d3ebd9ff6ed6b44e6d0eb6d9 (diff)
downloadqutebrowser-8614dbf1cb0b18e37dad11ee5f0da4ae2258b29d.tar.gz
qutebrowser-8614dbf1cb0b18e37dad11ee5f0da4ae2258b29d.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 343ffcc4b..fd84c066e 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -155,6 +155,19 @@ Fixed
- With the QtWebKit backend and `content.headers` set to `same-domain` (the
default), origins with the same domain but different schemes or ports were
treated as the same domain. They now are correctly treated as different domains.
+- When a URL path uses percent escapes (such as
+ `https://example.com/embedded%2Fpath`), using `:navigate up` would treat the
+ `%2F` as a path separator and replace any remaining percent escapes by their
+ unescaped equivalents. Those are now handled correctly.
+- On macOS 11.0 (Big Sur), the default monospace font name caused a parsing error, thus
+ resulting in broken styling for the completion, hints, and other UI components.
+ They now look properly again.
+- On macOS 11.0 (Big Sur), opening the context menu caused a hang. This is now
+ fixed thanks to a fix in PyQt5.
+- Due to a Qt bug, installing Qt/PyQt from prebuilt binaries on systems with a
+ very old `libxcb-utils` version (notably, Debian Stable, but not Ubuntu since
+ 16.04LTS) results in a setup which fails to start. This also affects the
+ `mkvenv.py` script, which now includes a workaround for this case.
- (TODO) Fix for various functionality breaking in private windows with v1.14.0,
after the last private window is closed. This includes:
* Ad blocking