Releases: kyoheiu/felix
Releases · kyoheiu/felix
v2.14.0
What's Changed
- fix(deps): update time; fix build for rust 1.80 by @Bot-wxt1221 in #297
- Update deps for rust 1.81
New Contributors
- @Bot-wxt1221 made their first contribution in #297
Full Changelog: v2.13.0...v2.14.0
v2.13.0
v2.13.0 (2024-04-07)
Added
ignore_case
option to the do case-insensitie search by/
.- Symbolic link destinations are now displayed when the cursor is hovered over them.
Changed
- Symlink items linked to directory now appears in the directory section, not the file section.
- MSRV is now v1.74.1
fixed
z
command can now receive multiple arguments:z dot files<CR>
works as in your terminal.
v2.12.1
v2.12.0
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
andState::new()
.- Add
config_path
field toState
.
- Add
Fixed
- symlink path and operations with it on Windows.