Skip to content

Releases: kyu08/fzf-make

v0.28.0

17 Apr 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

03 Apr 15:37
Compare
Choose a tag to compare

Release Summary

Thanks to @Sigmanificient, now fzf-make can interpret aMakefile including define blocks like below:

.PHONY: real_rule
real_rule:
	echo "good"

define my_script
#!/bin/bash

echo "this is a trap: not good"
endef

@Sigmanificient Thank you so much!

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0

25 Mar 16:23
Compare
Choose a tag to compare

What's Changed

Before After
image image

Full Changelog: v0.25.0...v0.26.0

v0.25.0

17 Mar 12:27
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update crate-ci/typos action to v1.19.0 by @renovate in #228
  • fix(deps): update rust crate anyhow to 1.0.80 by @renovate in #229
  • fix(deps): update rust crate serde to 1.0.197 by @renovate in #231
  • fix(deps): update rust crate ratatui to 0.26.1 by @renovate in #230
  • chore: add repository link to Cargo.toml by @kyu08 in #235

Full Changelog: v0.24.0...v0.25.0

v0.24.0

17 Feb 06:18
Compare
Choose a tag to compare

What's Changed

  • Add command fzf-make --repeat to execute the target last executed by @kyu08 in #225

Full Changelog: v0.23.0...v0.24.0

v0.23.0

09 Feb 16:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

23 Jan 14:51
Compare
Choose a tag to compare

What's Changed

  • Select a target when space key pressed on History pane #209 by @kyu08 in #210

Full Changelog: v0.21.0...v0.22.0

v0.21.0

22 Jan 15:17
Compare
Choose a tag to compare

Full Changelog: v0.20.0...v0.21.0
cargo publish failed, so version was bumped

v0.20.0

22 Jan 15:11
2388552
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

21 Jan 13:09
Compare
Choose a tag to compare

Summary

Finally Command history is released! 🎉
You can select target to execute from history!

command-history-demo

What's Changed

Full Changelog: v0.18.0...v0.19.0