diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-20 16:58:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 16:58:45 +0000 |
commit | 6cfd7aea82ea57d7808cffd36997d0deec55749f (patch) | |
tree | 4fa6460a163f1fd02306d22baa7617650ee05e3b /CHANGELOG.md | |
parent | 34ba485fb5a38f8018e31158269a0662e530e665 (diff) | |
download | alacritty-6cfd7aea82ea57d7808cffd36997d0deec55749f.tar.gz alacritty-6cfd7aea82ea57d7808cffd36997d0deec55749f.zip |
Fix config error with missing decorations field
The latest change to window decorations
(3b46859eceea39afb8bbc760235cc15de78d3ff3) introduced a regression when
running Alacritty without the `decorations` field specified in the
configuration file. Since serde wasn't setup to fallback to the default,
the complete config deserialization would fail.
This resolves this issue by deserializing it to the default decorations
value "Full". To make this setting a little more forgiving, this also
introduces another change which ignores the case for the configuration
options. So both `full` and `FuLl` are now accepted.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions