From 0573d3b11c805029bf48062a7e6a4e3e4adf5f2c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Aug 2022 18:22:30 +0200 Subject: Update changelog --- doc/changelog.asciidoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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) -- cgit v1.2.3-54-g00ecf