Skip to content

Releases: kyoheiu/felix

v2.2.8

18 May 20:51
3617328
Compare
Choose a tag to compare

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).

v2.2.7

05 May 08:27
81e2b99
Compare
Choose a tag to compare

v2.2.7 (2023-05-05)

Added

  • Print [RO] on the headline if user does not have the write permission on the directory. This is available only on UNIX for now.

v2.2.6

23 Apr 20:14
d2bbb17
Compare
Choose a tag to compare

v2.2.6 (2023-04-24)

Removed

  • Remove duplicated -v | --version option. This is because i) Since some users
    do not have cargo installed, fetching latest version via cargo doesn't
    work for many, and ii) -h | --help option can already show the current
    version.

v2.2.5

11 Feb 22:16
053c4df
Compare
Choose a tag to compare

v2.2.5 (2023-02-12)

Added

  • Allow renaming even when item name contains non-ascii chars (i.e. wide chars).
  • Key command with arguments is now supported: For example,
    exec:
    'feh -.':
      [jpg, jpeg, png, gif, svg, hdr]
    
    this configuration enables you to execute feh -. <item path> by Enter | l | Right, or o.
  • Check for out-of-boundary of the cursor at the top of loop.

Fixed

  • Display when using in kitty: Correctly show the cursor and preview.

v2.2.4

31 Jan 20:04
43923f2
Compare
Choose a tag to compare

v2.2.4 (2023-02-01)

Fixed

  • Disable remove_and_yank in the trash dir.
  • Clear selection in the select mode if something fails.
  • Cursor move after deleting multiple items in select mode.

v2.2.3

19 Jan 21:03
33dcda4
Compare
Choose a tag to compare

v2.2.3 (2023-01-20)

Fixed

  • Wide chars handling: Using unicode_width, now felix can properly split file name or previewed texts.
  • Preview space height: When horizontally split, image preview could break the layout. Fixed this by adjusting the height.

Added

  • chafa's minimal supported version: >= v1.10.0
  • Add pacman installation.

v2.2.2

18 Dec 20:58
a3bab46
Compare
Choose a tag to compare

What's Changed

  • Add create_dir_all for config_dir/data_local_dir reported by @theAkito
  • Fix: Disable modifiers unless explicitly implemented, reported by @theAkito

Full Changelog: v2.2.1...v2.2.2

v2.2.1

15 Dec 01:00
b88ef11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Dec 00:57
5413774
Compare
Choose a tag to compare

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.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

01 Dec 20:55
406c666
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @rafo in #151
  • Fix: Spawn process properly when opening a file in a new window on linux by @kyoheiu in #152

Full Changelog: v2.1.0...v2.1.1