diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-14 15:09:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 15:09:10 +0000 |
commit | ead8d68c69914c2d391165da43ffd8bb0e35a9a5 (patch) | |
tree | c635f2c6bee4af07eb000edceb81d7f6f8f770bc /CHANGELOG.md | |
parent | d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (diff) | |
download | alacritty-ead8d68c69914c2d391165da43ffd8bb0e35a9a5.tar.gz alacritty-ead8d68c69914c2d391165da43ffd8bb0e35a9a5.zip |
Fix live config reload for window title
This enables live config reload for the window title. This includes
updating the title after it has been pushed and popped from the title
stack.
The dynamic title option also isn't disabled automatically anymore when
the title is set in the config. If the title is set from CLI, the
behavior is unchanged and dynamic title changes are still disabled.
If the dynamic title is disabled in the config, the title is still
updated when the config title is changed. Dynamic title now only
prevents changes to the UI's title.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4c2a0f..7574f210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Capitalized the default Alacritty.desktop file - Capitalized the Alacritty.desktop file +### Added + +- Live config reload for `window.title` + ### Changed - Pressing additional modifiers for mouse bindings will no longer trigger them @@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The default value for `draw_bold_text_with_bright_colors` is now `false` - Mirror OSC query terminators instead of always using BEL - Increased Beam, Underline, and Hollow Block cursors' line widths +- Dynamic title is not disabled anymore when `window.title` is set in config ### Fixed |