Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
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
v0.47.0
v0.46.0
What's Changed
- fix(yarn): improve Yarn version detection with better error handling by @chenrui333 in #387
- update(dev_container): run commands installing bat when dev container launches by @kyu08 in #388
- fix(yarn): fzf-make renders empty preview pane when fzf-make is launched in the directory which does not have
package.json
by @kyu08 in #389
New Contributors
- @chenrui333 made their first contribution in #387
Full Changelog: v0.45.0...v0.46.0