diff options
author | Naïm Favier <n@monade.li> | 2021-08-27 23:30:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 21:30:39 +0000 |
commit | 70d3b4ef6cc53df74e03467258766fa8319e13a1 (patch) | |
tree | 5505f0f38efa8d48458357c6d973dccb8ea76f8d /CHANGELOG.md | |
parent | e6565f1b76973eeb5ad7c5f858834ca0bdfa9959 (diff) | |
download | alacritty-70d3b4ef6cc53df74e03467258766fa8319e13a1.tar.gz alacritty-70d3b4ef6cc53df74e03467258766fa8319e13a1.zip |
Watch non-canonical path for config symlinks
To make it possible to detect the replacement of the configuration file
when it is a symlink, the symlinks path has to be observed in addition
to the canonicalized path. That way changes to either file will trigger
a live config reload.
Multiple layers of symlinks would still not get detected when any
symlink other than the configuration file itself is replaced, but this
patch should cover most realistic usage scenarios.
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 a752821e..1694f367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `ExpandSelection` is now a configurable mouse binding action - Config option `background_opacity`, you should use `window.opacity` instead +- Reload configuration files when their symbolic link is replaced ## 0.9.0 |