diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-09-22 00:10:48 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-10-02 21:38:07 +0200 |
commit | 51089cfeed1adfd741d8dcbe6c9cb9376f88a576 (patch) | |
tree | daf97f64f3236b99b8593f62f2d2864882ac88b0 /CHANGELOG.md | |
parent | c899208e15c8987480912794d66358ea2581fc39 (diff) | |
download | r-alacritty-51089cfeed1adfd741d8dcbe6c9cb9376f88a576.tar.gz r-alacritty-51089cfeed1adfd741d8dcbe6c9cb9376f88a576.tar.bz2 r-alacritty-51089cfeed1adfd741d8dcbe6c9cb9376f88a576.zip |
Move root config fields to `[general]` section
Some users struggle with TOML, since root options must always be at the
top of the file, since they're otherwise associated with the last table.
To avoid misunderstandings, all root-level fields have been removed. A
new `general` section was added to allow housing configuration options
that do not fit into any more specific groups.
Closes #7906.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d64bdf6..4b767eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Pressing `Alt` with unicode input will now add `ESC` like for ASCII input - Decorations use opaque style and system window background on macOS - No longer source `~/.zshenv` on macOS +- Moved config options `import`, `working_directory`, `live_config_reload`, and `ipc_socket` + to the new `general` section +- Moved config option `shell` to `terminal.shell` ### Fixed |