Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.56.0
Summary
- feat(ui): map ctrl + n/p to move cursor up/down by @ShoheiKamiya in #432
What's Changed
- chore(dev_container): remove bat installation command by @kyu08 in #425
- fix(update_informer): check new version interval should be 24 hours by @kyu08 in #427
- docs(descriptions): add just as available runner to description of fzf-make by @kyu08 in #428
- chore(fmt):
group_imports = "One"
,imports_granularity = "Crate"
by @kyu08 in #431 - chore(dev_container): install rustfmt(nightly) by @kyu08 in #433
- chore(makefile): add
run
target by @kyu08 in #434 - chore(ci):
make fmt
->make fmt-check
(followup for #431) by @kyu08 in #435
New Contributors
- @ShoheiKamiya made their first contribution in #432
Full Changelog: v0.55.0...v0.56.0
v0.55.0
v0.54.0
Summary
Thanks to @Sigmanificient, #416 has been resolved!
This change made syntax highlighting prettier again!
Before | After |
---|---|
![]() |
![]() |
What's Changed
- fix(flake): Update lock and add missing vendor hash by @Sigmanificient in #417
- feat(ui): improve the new highlighting system by @Sigmanificient in #422
Full Changelog: v0.53.0...v0.54.0
v0.53.0
What's Changed
- refactor(command): rename
file_name
->file_path
by @kyu08 in #411 - docs(readme): add installation by
cargo install --git https://github.com/kyu08/fzf-make/
by @kyu08 in #412 - docs(pr_template): add a checklist for adding a new runner by @kyu08 in #413
- feat(pnpm): support launching inside workspace by @kyu08 in #415
Full Changelog: v0.52.0...v0.53.0
v0.52.0
v0.51.0
What's Changed
- feat(cd): send a PR to homebrew-core when a new version released by @kyu08 in #403
- chore(deps): remove tui-term from cargo.toml by @kyu08 in #405
- docs(readme): remove READMEs other than English one by @kyu08 in #407
- fix(ui): fix background issue color with Neovim terminal by @kyu08 in #408
Full Changelog: v0.50.0...v0.51.0
v0.50.0
Summary
Preview window has been renewed! 🎉
- Change from using the bat command for highlighting to using a library trishume/syntect for syntax highlighting. This makes performance stable.
- No longer preview window does not blink
- Responsiveness has been improved
- Move the selected command to the center.
- Made syntax highlight style simple.
Before | ![]() |
---|---|
After | ![]() |
What's Changed
- refactor(app): refactor error handling by @kyu08 in #400
- fix(ui): use trishume/syntect to highligh files instead of using bat with tui-term by @kyu08 in #401
Full Changelog: v0.49.0...v0.50.0
v0.49.0
v0.48.0
Summary
By this release, fzf-make can show a new version notification! 🎉
What's Changed
- docs(readme): update brew command #195 by @kyu08 in #394
- Add "Example aliases" to README by @mei28 in #395
- chore(refactor): move
test_dir
to inside oftest_data
by @kyu08 in #396 - feat(show_version): show latest version if newer version exists by @kyu08 in #398
New Contributors
Full Changelog: v0.47.0...v0.48.0