summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-15 18:22:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-15 18:24:30 +0200
commit0573d3b11c805029bf48062a7e6a4e3e4adf5f2c (patch)
treeb97e7d2343e093371830c9d420aec487a2e0b5e8
parentd9e20f6b3071b86b479f281fe27d621e0b3ae7e5 (diff)
downloadqutebrowser-0573d3b11c805029bf48062a7e6a4e3e4adf5f2c.tar.gz
qutebrowser-0573d3b11c805029bf48062a7e6a4e3e4adf5f2c.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index aaff7cbca..911c8508c 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -107,7 +107,26 @@ Fixed
shown, qutebrowser used to only show one message. This is now only done when the
two messages are completely equivalent (text, level, etc.) instead of doing so
when only the text matches.
+
+[[v2.5.3]]
+v2.5.3 (unreleased)
+-------------------
+
+Fixed
+~~~~~
+
- Crash when the adblock filter file can't be read.
+- Inconsistent behavior when using `:config-{dict,list}-*` commands with an
+ invalid value. Before the fix, using the same command again would complain that
+ the value was already present, despite the error and the value not being
+ actually changed.
+- Incomplete error handling when mutating a dict/list in `config.py` and setting
+ an invalid value. Before the fix, this would result in either a message in the
+ terminal rather than GUI (startup), or in a crash (`:config-source`).
+- Wrong type handling when using `:config-{dict,list}-*` commands with a config
+ option with non-string values. The only affected option is `bindings.commands`,
+ which is probably rarely used with those commands.
+- Minor documentation fixes
[[v2.5.2]]
v2.5.2 (2022-06-22)