Releases: kyoheiu/felix
Releases · kyoheiu/felix
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
:trash
to 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