Skip to content

Releases: kyoheiu/felix

v2.14.0

29 Sep 06:39
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update time; fix build for rust 1.80 by @Bot-wxt1221 in #297
  • Update deps for rust 1.81

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

07 Apr 06:02
Compare
Choose a tag to compare

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.

v2.12.1

03 Feb 20:59
85bad8e
Compare
Choose a tag to compare

v2.12.1 (2024-02-04)

Fixed

  • Restore the cursor position properly after exit in a tmux (and possibly in other multiplexers) session.

v2.12.0

27 Jan 22:30
Compare
Choose a tag to compare

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.

v2.11.1

09 Dec 20:05
3e86ca5
Compare
Choose a tag to compare

v2.11.1 (2023-12-10)

Fixed

  • Allow SHIFT key to enter characters after i, I, c, /, : and z. #259

v2.11.0

08 Dec 21:15
81494c2
Compare
Choose a tag to compare

v2.11.0 (2023-12-09)

Added

  • <C-h> for Backspace functionality after i, I, c, /, : and z.

v2.10.2

25 Nov 20:03
5c0b7f8
Compare
Choose a tag to compare

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. #255 thanks to @felixhudson

v2.10.1

01 Nov 20:15
e1b0de7
Compare
Choose a tag to compare

v2.10.1 (2023-11-02)

Fixed

  • Convert tab to 4 spaces when using bat to preview text files.

v2.10.0

01 Nov 19:49
efa494b
Compare
Choose a tag to compare

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.

v2.9.0

21 Oct 21:34
ddb59bb
Compare
Choose a tag to compare

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.