diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-04-23 17:42:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 15:42:16 +0000 |
commit | ce800bfde2a2121a830c2b0854749875b3aebf79 (patch) | |
tree | c6f6d7fbe150e5b457cf0713945a9bda797e6d27 /CHANGELOG.md | |
parent | 90054614c241375839571d4dd2145edcb65257a6 (diff) | |
download | alacritty-ce800bfde2a2121a830c2b0854749875b3aebf79.tar.gz alacritty-ce800bfde2a2121a830c2b0854749875b3aebf79.zip |
Fix dynamic title override for multiple windows
This fixes an issue where Windows spawned after the initial one through
IPC or bindings would not update their title due to the initial window
having its title set through the CLI.
Title changes are still inhibited for additional windows when they are
spawned through `alacritty msg create-window` with the `--title` CLI
option added.
Closes #6836.
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 b41ed24f..959ae73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Crash when trying to create a new tab without decorations enabled - New window being treated as focused when it's not on Wayland - IME preview blending into text below it +- Dynamic title disabled for new windows when initial one has title as CLI option ## 0.13.2 |