Skip to content

Releases: kyu08/fzf-make

v0.18.0

04 Jan 06:05
Compare
Choose a tag to compare

What's Changed

  • Application panics when ↓ / ↑ is inputted when there is no targets to select #188 by @kyu08 in #190
  • Add unit test for #188 by @kyu08 in #191

Full Changelog: v0.17.0...v0.18.0

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