summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-29 15:31:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-29 15:31:18 +0200
commit73e08124d858b2da9041d944b256947b77b2cfcd (patch)
tree3be51bb2d6cf56bd0353ad74d1d1de0c9010edbd /doc
parentac7a3ce861b9c564749fa6961ee43b98dbca462b (diff)
downloadqutebrowser-73e08124d858b2da9041d944b256947b77b2cfcd.tar.gz
qutebrowser-73e08124d858b2da9041d944b256947b77b2cfcd.zip
Add site-specific quirk for Google Drive
Fixes #5472 See #4805, #4810
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index a6aead789..b982c8763 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -72,6 +72,9 @@ Fixed
- The workaround for session loading with Qt 5.15 now handles
`sessions.lazy_restore` so that the saved page is loaded instead of the
"stub" page with no possibility to get to the web page.
+- A site specific quirk to allow typing accented characters on Google
+ Docs was active for docs.google.com, but not drive.google.com. It is
+ now applied for both subdomains.
v1.11.1 (2020-05-07)
--------------------