Next | Query returned 68 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   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.
   2023-07-23 21:09:21 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 2.6.0

v2.6.0 (2023-07-22)
Added
 - Allow <C-r> in command line: Paste item name(s) in register. e.g. \ 
<C-r>"
   pastes item name in unnamed register.
 - Allow wild card in command line: e.g. :zip test *.md works now.
 - Ability to cd {absolute/relative path}.
 - Ability to jump backward / forward (<C-o>, <C-i> respectively)
   2023-07-13 22:34:02 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.5.0

v2.5.0 (2023-07-13)
Added
 - Ability to exit to LWD (last workind directory): See Integrations for
   details.
   2023-06-21 09:53:42 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.4.1

v2.4.1 (2023-06-21)
Changed
 - Show status bar and registers even if current directory does not contain
   any item.
   2023-06-17 20:57:29 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.4.0

v2.4.0 (2023-06-14)
Added
 - Add registers (unnamed, zero, numbered, named): Now you can view registers
   by :reg, and add items to registers by usual vim command (prefixed by ").
   See the key manual for more details.
 - Refactor unpacking command: e unpacks / decompresses gz(Gzip), tar.gz,
   xz(lzma), tar.xz, zst(Zstandard), tar.zst, tar, and zip file format and
   formats based on it.

Removed
 - :z - Use z instead.
   2023-05-26 21:55:44 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 2.3.0

v2.3.0 (2023-05-26)
Changed
 - Add extra config file path for macOS: /Users/$USER/.config/felix/config.yaml
   will be read after $HOME/Library/Application Support/felix/config.yaml.
 - If config file is not found, or found one is broken, felix launches with the
   default configuration, without creating new one.
 - If the current directory is read-only, dd, Vd and p is disabled in the first
   place.
 - Bump up MSRV to 1.65.

Added
 - Add is_ro field to State.

Removed
 - NetBSD install test. It often failed while setting up the VM, which had
   nothing with felix.
   2023-05-19 13:12:37 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 2.2.8

v2.2.8 (2023-05-19)
Fixed
 - Kitty-specific: Enable scrolling of the preview text by redrawing the screen
   only when needed (this also improves the perfomance entirely).
   2023-05-06 00:00:29 by pin | Files touched by this commit (4) | Package updated
Log message:
sysutils/felix: update to 2.2.7

v2.2.7 (2023-05-05)
 - Print [RO] on the headline if user does not have the write permission on
   the directory. This is available only on UNIX for now.

Next | Query returned 68 messages, browsing 11 to 20 | Previous