Next | Query returned 65 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-08 12:40:23 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.13.0

v2.13.0 (2024-04-07)
Added
 - ignore_case option to the do case-insensitie search by /.
 - Symbolic link destinations are now displayed when the cursor is hovered over them.

Changed
 - Symlink items linked to directory now appears in the directory section, not \ 
the file section.
 - MSRV is now v1.74.1

fixed
 - z command can now receive multiple arguments: z dot files<CR> works as \ 
in your terminal.
   2024-02-03 23:21:57 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.12.1

Fixed
 - Restore the cursor position properly after exit in a tmux (and possibly in
   other multiplexers) session.
   2024-01-28 07:46:01 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.12.0

v2.12.0 (2024-01-28)
Added
 - :config to point to the config file if exists.
 - felix listens to the change of the config file, and re-read the config
   automatically (after some key inputs).

Changed
 - Refactor around _run and State::new().
     - Add config_path field to State.

Fixed
 - symlink path and operations with it on Windows.
   2023-12-10 07:58:40 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 2.11.1

v2.11.1 (2023-12-10)
Fixed
 - Allow SHIFT key to enter characters after i, I, c, /, : and z.
   2023-12-09 11:23:47 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 2.11.0

v2.11.0 (2023-12-09)
Added
 - <C-h> for Backspace functionality after i, I, c, /, : and z.
   2023-11-26 17:08:58 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 2.10.2

v2.10.2 (2023-11-26)
Fixed
 - Added a filter to every user input to reject Keyup events. This is required
   on the windows platform.
   2023-11-02 19:10:41 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.10.1

v2.10.1 (2023-11-02)
Fixed
 - Convert tab to 4 spaces when using bat to preview text files.

v2.10.0 (2023-11-01)
Added
 - bat integration: If bat installed, felix automatically adds syntax
   highlighting to the text preview.
    - Add has_bat field to State.
    - Add FxError::InvalidPath to handle invalid unicode in file path.
   2023-10-22 21:33:52 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.9.0

v2.9.0 (2023-10-22)
Added
 - Change color of untracked/changed files or directories containing such files.
   Default color is Red(1). You can change it in the config file.
     - Add git2.

Fixed
 - Explicitly ignore the key release events for Windows.
   2023-08-25 11:25:39 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.8.1

v2.8.1 (2023-08-25)
Fixed
 - Fix help text.

v2.8.0 (2023-08-25)
Added
 - i{file name}<CR> to create new file, and I{dir name}<CR> to create new
   directory.
 - If zoxide is installed, whenever changing directory inside felix, zoxide add
   will be executed to add the directory or increment its rank in the zoxide
   database.
    - For this, State now has a new field has_zoxide, which is checked at
      startup.

Changed
 - config's color is now optional: By this, all config fields are optional.
    - Remove warning message when you launch felix without the config file.
 - When opening file by default editor is failed, felix displays more accurate
   warning: $EDITOR may not be set, or config file may be invalid..

Removed
 - Remove syntect and syntax highlighting in the preview area.
   This will improve build and start-up times, and resolve the handling of
   wide chars such as CJK.
   2023-08-05 19:32:27 by pin | Files touched by this commit (5) | Package updated
Log message:
sysutils/felix: update to 2.7.0

v2.7.0 (2023-08-05)
Changed
 - Minimal supported rust version is now 1.67.1
 - Upgrade dependencies.
 - Update syntect version to v5.1.0. This fixes the handling of multibyte chars
   in the preview area.
 - Allow file name config.yml in addition to config.yaml for the configuration.

Next | Query returned 65 messages, browsing 1 to 10 | Previous