Skip to content

Releases: kyu08/fzf-make

v0.56.0

25 Jan 10:18
Compare
Choose a tag to compare

Summary

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

Full Changelog: v0.55.0...v0.56.0

v0.55.0

06 Jan 00:16
Compare
Choose a tag to compare

What's Changed

  • fix(cd): specify tree-sitter-just's the version instead of commit hash in cargo.toml by @kyu08 in #424

Full Changelog: v0.54.0...v0.55.0

v0.54.0

05 Jan 14:38
Compare
Choose a tag to compare

Summary

Thanks to @Sigmanificient, #416 has been resolved!
This change made syntax highlighting prettier again!

Before After
image image

What's Changed

Full Changelog: v0.53.0...v0.54.0

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