diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-07-21 10:49:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-21 11:49:47 +0300 |
commit | 6bd1674bd80e73df0d41e4342ad4e34bb7d04f84 (patch) | |
tree | f7f176d2dd1c4a09973e7c1f026761a15fa50813 /CHANGELOG.md | |
parent | c3075f189c2d8148c70a82f176565ea8e420b49f (diff) | |
download | alacritty-6bd1674bd80e73df0d41e4342ad4e34bb7d04f84.tar.gz alacritty-6bd1674bd80e73df0d41e4342ad4e34bb7d04f84.zip |
Restart config monitor on import change
This patch checks the hash of the import paths on every config change
and restarts the config monitor whenever the current monitor's hash
diverges from the updated config's list of imports.
Closes #7981.
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 203624fe..20df64f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Config emitting errors for nonexistent import paths - Kitty keyboard protocol reporting shifted key codes - Broken search with words broken across line boundary on the first character +- Config import changes not being live reloaded ## 0.13.2 |