Skip to content

Releases: kyu08/fzf-make

v0.17.0

04 Jan 05:40
Compare
Choose a tag to compare

What's Changed

  • Update release script by @kyu08 in #187
  • Fixed problem that error message is displayed when quitting, show nothing on preview window when there is no target to select by @kyu08 in #189

Full Changelog: v0.16.0...v0.17.0

v0.16.0

03 Jan 16:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

03 Jan 16:14
4fdf4c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

01 Jan 15:27
336d6f6
Compare
Choose a tag to compare

What's Changed

  • Update script to bump fzf-make's version by @kyu08 in #174
  • Update actions/checkout action to v4 by @renovate in #175
  • Update crate-ci/typos action to v1.16.26 by @renovate in #176
  • Run test and lint when Cargo.toml or Cargo.lock changed too by @kyu08 in #180
  • Update Rust crate regex to 1.10.2 by @renovate in #178
  • Update Rust crate uuid to 1.6.1 by @renovate in #179
  • Update Rust crate anyhow to 1.0.78 by @renovate in #177
  • Bump fzf-make's version to v0.14.0 by @kyu08 in #181

Full Changelog: v0.13.0...v0.14.0

v0.13.0

01 Jan 12:03
1adc4e7
Compare
Choose a tag to compare

Summary

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

15 Dec 14:44
e334513
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

04 Dec 15:50
e41fcc5
Compare
Choose a tag to compare

Removed cursor from preview window.

Before image
After image

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

30 Nov 15:27
5723e30
Compare
Choose a tag to compare

Summary

  • fix: false detection of target: ignore pattern like xxx=yyy:zzz #132 by @kyu08 in #133

Commits

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Nov 16:04
6fd958c
Compare
Choose a tag to compare

What's Changed

🎉 The UI has been renewed entirely using ratatui! 🎉

demo

The use of ratatui allows for flexible UI construction!
Future releases will include a history function and a configuration function using configuration files.

Commits

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Oct 18:11
3302f09
Compare
Choose a tag to compare

What's Changed

✨ Enhancement

Before After
 2023-09-02 at 0 18 00  2023-09-02 at 0 16 52
  • Make target to be executed display prettier #47 by @kyu08 in #71
Before After
image image
Command Output
fzf-make --help  2023-10-07 at 20 44 55
fzf-make --version  2023-10-07 at 20 45 38
fzf-make ${some_invalid_command}  2023-10-07 at 20 45 17

🐛 Bug fix

  • Ignore line like hoge := 1 by @kyu08 in #90

🗾 Refactor

  • Flatten the module structure by @kyu08 in #72

🗒️ Docs

  • update README.md by @kyu08 in #59
  • update README.md by @kyu08 in #61
  • docs: add instructions for installing on Arch Linux by @orhun in #62
  • update installation in README.md by @kyu08 in #63
  • Update logo size to 1280x640 by @kyu08 in #65
  • Add a development method in README.md by @kyu08 in #66
  • Add items scheduled to be developed to # Feature in README.md by @kyu08 in #81
  • Update README.md by @kyu08 in #89

✒️ Misc

🎉 New Contributors

Full Changelog: v0.7.0...v0.8.0