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