summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-03 18:30:02 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-03 18:30:50 +0100
commit08400950ac5cd2c1bd9f851bffd40ac2b9d9e488 (patch)
tree66f09bc4c0e3f5b702d82f01893803cbce4c760a /doc
parent2b47bd01dbc15a02911989a190e2ef956aeedf27 (diff)
downloadqutebrowser-08400950ac5cd2c1bd9f851bffd40ac2b9d9e488.tar.gz
qutebrowser-08400950ac5cd2c1bd9f851bffd40ac2b9d9e488.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index b42a48407..a128d768d 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -24,6 +24,9 @@ Fixed
- When right-clicking an empty part of the downloads bar, qutebrowser v2.0.x
would crash. This is now fixed.
+- Setting `content.cookies.store` to `false` only worked properly when this was
+ done after qutebrowser was already started due to a regression in v2.0.0. It now
+ works as expected again.
- If qutebrowser was installed as a Python egg with Python 3.8 or 3.9,
requesting unavailable resource files (such as PDF.js not being bundled, or a
missing changelog file) caused in a crash due to an inconsistent behavior in
@@ -41,9 +44,10 @@ Fixed
qutebrowser again.
- The link to the keybinding cheatsheet on the internal `:help` page wasn't
displayed correctly. This is now fixed.
-- Setting `content.cookies.store` to `false` only worked properly when this was
- done after qutebrowser was already started due to a regression in v2.0.0. It now
- works as expected again.
+- When the completion rebuilding process was interrupted, qutebrowser did not
+ detect this condition on the next start, thus resulting in a completion with
+ inconsistent data. This is now fixed, with another rebuild being forced with
+ this update, to ensure the data is consistent for all users.
[[v2.0.1]]
v2.0.1 (2021-01-28)