Skip to content

Releases: kyu08/fzf-make

v0.53.0

29 Dec 03:40
Compare
Choose a tag to compare

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

25 Dec 13:41
Compare
Choose a tag to compare

Summary

A new task runner is supported! Now, fzf-make supports just!🎉
image

What's Changed

  • fix(cd_brew): fix branch name of homebrew-core by @kyu08 in #409
  • feat(runner): support just by @kyu08 in #397

Full Changelog: v0.51.0...v0.52.0

v0.51.0

23 Dec 14:43
Compare
Choose a tag to compare

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

20 Dec 17:58
Compare
Choose a tag to compare

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 Kapture 2024-12-21 at 02 55 10
After Kapture 2024-12-21 at 01 53 23

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

18 Dec 18:33
Compare
Choose a tag to compare

What's Changed

  • fix(bug): fix error handling when no task runner found by @kyu08 in #399

Full Changelog: v0.48.0...v0.49.0

v0.48.0

18 Dec 18:15
Compare
Choose a tag to compare

Summary

By this release, fzf-make can show a new version notification! 🎉
image

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 of test_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

12 Dec 11:41
Compare
Choose a tag to compare

Perfomance improvement

  • fix(app): enter TUI after initializing model by @kyu08 in #390
  • fix(yarn): add early return when package.json is missing by @kyu08 in #391

Full Changelog: v0.46.0...v0.47.0

v0.46.0

12 Dec 02:06
Compare
Choose a tag to compare

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

Full Changelog: v0.45.0...v0.46.0

v0.45.0

11 Dec 15:48
Compare
Choose a tag to compare

What's Changed

  • docs(readme): add Hacker News article link by @kyu08 in #379
  • feat(yarn): support launching inside workspace by @kyu08 in #383

Full Changelog: v0.44.0...v0.45.0

v0.44.0

10 Dec 00:53
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update readme along with supporting yarn by @kyu08 in #373
  • chore(test_data): update test data by @kyu08 in #374
  • feat(yarn): support workspace for yarn v1 by @kyu08 in #378

Full Changelog: v0.43.0...v0.44.0