diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-10-03 01:10:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 01:10:42 +0300 |
commit | 6067787763e663bd308e5b724a5efafc2c54a3d1 (patch) | |
tree | cf8ef3ad2a1b0a7244a08da61c2c3cfe32ee0768 /CHANGELOG.md | |
parent | 58383f4e46e22c90e7ed85db535d9640b464176b (diff) | |
download | alacritty-6067787763e663bd308e5b724a5efafc2c54a3d1.tar.gz alacritty-6067787763e663bd308e5b724a5efafc2c54a3d1.zip |
Remove startup notify variables only for shell
This will prevent issues when `setup_env` from `alacritty_terminal` will
remove potentially useful variables for users of the library.
Fixes #8202.
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 dc858911..659a098e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Cursor color requests with default cursor colors - Fullwidth semantic escape characters - Windows app icon now displays properly in old alt+tab on Windows +- Alacritty not being properly activated with startup notify ## 0.13.2 |