IMPORTANT: Trash and log directory path changed: from v2.2.0, felix will use data_local_dir() to store the deleted items and log files, instead of 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}, in most case C:\Users\user\AppData\Local\felix\{Trash, log}. No change for macOS users. Note that config file path is not changed.
Added
:trash to go to the trash directory.
Fixed
Support NetBSD to open file in a new window.
Properly remove broken symlink in Windows as well. Also, when deleting/puttiing a directory, broken symlink(s) inside it won't cause any error and remove from the file system after deleting/putting.
v2.2.0 (2022-12-10)
Changed
data_local_dir()
to store the deleted items and log files, instead ofconfig_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}
, in most caseC:\Users\user\AppData\Local\felix\{Trash, log}
. No change for macOS users. Note that config file path is not changed.Added
:trash
to go to the trash directory.Fixed