Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Jan 27, 2024
1 parent 8879cc2 commit d2b6a98
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit d2b6a98

Please sign in to comment.