Releases: kyoheiu/felix
Releases · kyoheiu/felix
v2.16.1
v2.16.0
v2.15.0
v2.15.0 (2024-12-30)
Added
<C-d>and<C-u>to go up/down 1/2 page in both normal mode and visual mode.
Changed
- Avoid displaying big text in preview area by adding
PreviewType::TooBigText(over 1MB).
Fixed
- Rewrite
test_has_write_permissiontest byset_readonly.
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_caseoption 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
zcommand 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
:configto 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
_runandState::new().- Add
config_pathfield toState.
- Add
Fixed
- symlink path and operations with it on Windows.