From ce800bfde2a2121a830c2b0854749875b3aebf79 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 23 Apr 2024 17:42:16 +0200 Subject: 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. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-54-g00ecf