diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b75ba..6f5eed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ ## Unreleased +### Added + +- `:config` to point to the config file if exists. +- felix listens to the change of the config file, and re-read the config automatically. +- Refactor around `State::new()`. + - Add `config_path` field to `State`. + ## v2.11.1 (2023-12-10) ### Fixed @@ -34,7 +41,7 @@ - Add `FxError::InvalidPath` to handle invalid unicode in file path. ## v2.9.0 (2023-10-22) - + ### Added - Change color of untracked/changed files or directories containing such files. Default color is Red(1). You can change it in the config file. - Add `git2`.