diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-12-22 21:05:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-22 21:05:45 +0000 |
commit | d45eca8268eea0a1bba58dae5cc4b70c2482c7c4 (patch) | |
tree | effc0e32b0bba03ee5609099be02c2f81d1b39f3 /CHANGELOG.md | |
parent | 39a7834e57bf8f3181fa517061d588bf39339fbc (diff) | |
download | r-alacritty-d45eca8268eea0a1bba58dae5cc4b70c2482c7c4.tar.gz r-alacritty-d45eca8268eea0a1bba58dae5cc4b70c2482c7c4.tar.bz2 r-alacritty-d45eca8268eea0a1bba58dae5cc4b70c2482c7c4.zip |
Fix window options for initial daemon window
This fixes an issue with daemon mode where the first spawned window
would not use the window options passed to the `create-window`
subcommand, but would instead use the options passed during creation of
the original daemon.
Closes #8371.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ca2761..94672511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic escape characters - `alacritty migrate` crashing with recursive toml imports - Migrating nonexistent toml import breaking the entire migration +- First daemon mode window ignoring window options passed through CLI ## 0.14.0 |