summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-07-28 14:33:45 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-07-28 14:33:45 +0200
commit60020054f7ff2823ec09bd4e452ffa0ec07854db (patch)
tree73035e47574f3cf2f97f474fe47cdc2a2fb533a8
parent1f663fc8a1652b6cb3f9c5947ee368357929446a (diff)
downloadqutebrowser-60020054f7ff2823ec09bd4e452ffa0ec07854db.tar.gz
qutebrowser-60020054f7ff2823ec09bd4e452ffa0ec07854db.zip
Update changelog from master
-rw-r--r--doc/changelog.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index d063a1a46..ca59c80dd 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,20 @@ 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.3.1]]
+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)
-------------------