Skip to content

Commit

Permalink
Merge pull request #273 from kyoheiu/develop
Browse files Browse the repository at this point in the history
v2.12.0
  • Loading branch information
kyoheiu committed Jan 27, 2024
2 parents 3e86ca5 + f631bfc commit 7296e1e
Show file tree
Hide file tree
Showing 13 changed files with 809 additions and 681 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

## Unreleased

## v2.12.0 (2024-01-28)

### 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 (after some key inputs).

### Changed

- Refactor around `_run` and `State::new()`.
- Add `config_path` field to `State`.

### Fixed

- symlink path and operations with it on Windows.

## v2.11.1 (2023-12-10)

### Fixed
Expand Down Expand Up @@ -34,7 +50,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
Loading

0 comments on commit 7296e1e

Please sign in to comment.