Path to this page:
Subject: CVS commit: pkgsrc/sysutils/felix
From: pin
Date: 2022-12-17 08:27:38
Message id: 20221217072738.ACF6AFA90@cvs.NetBSD.org
Log Message:
sysutils/felix: update to 2.2.1
v2.2.1
What's Changed
- NetBSD fix by @0323pin in #159
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 of dirs::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}, typically
C:\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.
- 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.
Files: