Update changelog

This commit is contained in:
Florian Bruhin 2021-03-24 13:25:13 +01:00
parent b171f3c0f2
commit fdc21e10dd
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ Fixed
it's usually better to map keys to commands instead.
- When a minimized window is selected via `:tab-select`, it's now un-minimized
properly.
- When a format string in the config (e.g. `tabs.title_format`) used a value
like `{current_url.host}` (instead of `{current_url:host}`), qutebrowser
would crash. It now correctly reports an invalid config value instead.
[[v2.1.0]]
v2.1.0 (2021-03-12)