Releases: kyoheiu/felix
Releases · kyoheiu/felix
v2.3.0
v2.3.0 (2023-05-26)
Changed
- Add extra config file path for macOS:
/Users/$USER/.config/felix/config.yamlwill be read after$HOME/Library/Application Support/felix/config.yaml. - If config file is not found, or found one is broken, felix launches with the default configuration, without creating new one.
- If the current directory is read-only,
dd,Vdandpis disabled in the first place. - Bump up MSRV to 1.65.
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.5 (2023-02-12)
Added
- Allow renaming even when item name contains non-ascii chars (i.e. wide chars).
- Key command with arguments is now supported: For example,
this configuration enables you to execute
exec: 'feh -.': [jpg, jpeg, png, gif, svg, hdr]feh -. <item path>byEnter | l | Right, oro. - Check for out-of-boundary of the cursor at the top of loop.
Fixed
- Display when using in kitty: Correctly show the cursor and preview.
v2.2.4
v2.2.3
v2.2.3 (2023-01-20)
Fixed
- Wide chars handling: Using
unicode_width, now felix can properly split file name or previewed texts. - Preview space height: When horizontally split, image preview could break the layout. Fixed this by adjusting the height.
Added
chafa's minimal supported version: >= v1.10.0- Add pacman installation.
v2.2.2
v2.2.1
v2.2.0
v2.2.0
Changed
- IMPORTANT: Trash and log directory path changed.
- from v2.2.0, felix will use
dirs::data_local_dir()to store the deleted items and log files, instead ofdirs::config_dir(). - Due to this change, the path for linux will be
$XDG_DATA_HOME/felix/{Trash, log}, in most case/home/user/.local/share/felix/{Trash, log}. For Windows{FOLDERID_LocalAppData}\felix\{Trash, log}, typicallyC:\Users\user\AppData\Local\felix\{Trash, log}. No change for macOS users. - Note that config file path is unchanged for any OS!
- Please don't forget deleting old trash diretory and log files if you don't want them anymore.
- from v2.2.0, felix will use
- Refactoring overall.
Added
:trashto go to the trash directory.
Fixed
- Support NetBSD to open file in a new window by @0323pin in #154
- Properly remove broken symlink in Windows as well. Also, when deleting/puttiing a directory, broken symlink(s) in it won't cause any error and will be removed from the file system after deleting/putting.
Full Changelog: v2.1.1...v2.2.0