Subject: CVS commit: pkgsrc/sysutils/felix
From: pin
Date: 2022-10-18 10:15:26
Message id: 20221018081526.155E5FA90@cvs.NetBSD.org

Log Message:
sysutils/felix: update to 1.3.0

v1.3.0 (2022-10-18)
Changed
 - Huge refactoring: Migrated to crossterm from termion due to the
   maintainability and future-support for Windows. New module term.rs
   contains (almost) all of the terminal API, so that other modules will not
   get effected by the future backend change.
   - Alongside, some changes are added to show the file path properly in Windows.
   - With crossterm, opening a file in e.g. Vim, it feels as if this app
     "freezes". This behavior is not what I want, so from v1.3.0,
     open_file_in_new_window can work only if [exec] is set in config file, and
     the extension of the item matches the key.
 - default key in the config file become Option, so that users can select
   $EDITOR without explicitly setting it up. The initial process of asking users
   to select the default command has also been fixed accordingly.

Fixed
 - After zoxide jump, turn off the filter mode.
 - Many typos fixed.

Added
 - New error: OpenNewWindow
 - New GitHub actions: Add windows-install

Files:
RevisionActionfile
1.34modifypkgsrc/sysutils/felix/Makefile
1.14modifypkgsrc/sysutils/felix/cargo-depends.mk
1.36modifypkgsrc/sysutils/felix/distinfo