summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-07-28 12:44:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-07-28 12:47:44 +0200
commitca9da22d8cfe37a965b5cb9e124927d721955809 (patch)
tree1c76236496ac1c0278c61fd5327f3628d5dc223d /doc
parent83dc7537b44d5a91fbe1e65f30742b1745723cf9 (diff)
downloadqutebrowser-ca9da22d8cfe37a965b5cb9e124927d721955809.tar.gz
qutebrowser-ca9da22d8cfe37a965b5cb9e124927d721955809.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f7965a952..af005a26f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -31,8 +31,6 @@ Fixed
- Switching tabs via mouse wheel scrolling now works properly on macOS. Set
`tabs.mousewheel_switching` to false if you prefer the previous behavior.
-- Crash when entering unicode surrogates into the filename prompt.
-- `UnboundLocalError` in `qute-keepass` when the database couldn't be opened.
Changed
~~~~~~~
@@ -49,7 +47,12 @@ v2.3.1 (unreleased)
Fixed
~~~~~
+- Updated the workaround for Google Account log in claiming that this browser
+ isn't secure. For an equivalent workaround on older versions, run:
+ `:set -u https://accounts.google.com/* content.headers.user_agent "Mozilla/5.0 ({os_info}; rv:90.0) Gecko/20100101 Firefox/90.0"`
- Corrupt cache file exceptions with `adblock` 0.5.0+ are now handled properly.
+- Crash when entering unicode surrogates into the filename prompt.
+- `UnboundLocalError` in `qute-keepass` when the database couldn't be opened.
[[v2.3.0]]
v2.3.0 (2021-06-28)