Releases: kyoheiu/felix
Releases · kyoheiu/felix
v2.10.1
v2.10.0
v2.9.0
v2.8.1
v2.8.0
v2.8.0 (2023-08-25)
Added
i{file name}<CR>to create new file, andI{dir name}<CR>to create new directory.- If zoxide is installed, whenever changing directory inside felix,
zoxide addwill 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.
- For this, State now has a new field
Changed
- config's
coloris 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
syntectand syntax highlighting in the preview area. This will improve build and start-up times, and resolve the handling of wide chars such as CJK.
v2.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.ymlin addition toconfig.yamlfor the configuration.
v2.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 *.mdworks now. - Ability to
cd{absolute/relative path}. - Ability to jump backward / forward (
<C-o>,<C-i>respectively)
v2.5.0
v2.4.1
v2.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:
eunpacks / 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- Usezinstead.