Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.28.0
What's Changed
- Delete
brew tap kyu08/tap
fromREADME.md
#251 by @kyu08 in #252 - fix(deps): update rust crate uuid to 1.8.0 by @renovate in #247
- fix(deps): update rust crate toml to 0.8.12 by @renovate in #246
- fix(deps): update rust crate anyhow to 1.0.82 by @renovate in #244
Full Changelog: v0.27.0...v0.28.0
v0.27.0
Release Summary
- Add define block skip by @Sigmanificient in #241
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
- Fix nix devshell dependencies by @Sigmanificient in #240
- Update
tui-term
tov.0.1.9
by @a-kenji in #242 - Fix
tui-term
bump tov0.1.9
by @a-kenji in #243 - Ensure cargo fmt Is executed in CI #248 by @kyu08 in #249
- fix(deps): update rust crate regex to 1.10.4 by @renovate in #245
Full Changelog: v0.26.0...v0.27.0
v0.26.0
v0.25.0
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
v0.23.0
What's Changed
- Update
CREDITS
by @kyu08 in #211 - Update Rust crate uuid to 1.7.0 by @renovate in #217
- Update crate-ci/typos action to v1.18.0 by @renovate in #218
- Update Rust crate regex to 1.10.3 by @renovate in #213
- Update Rust crate toml to 0.8.9 by @renovate in #216
- Update Rust crate anyhow to 1.0.79 by @renovate in #212
- Update Rust crate simple-home-dir to 0.3.2 _ by @renovate in #215
- Update Rust crate serde to 1.0.196 by @renovate in #214
- Improve the flake decalaration by @Sigmanificient in #222
- fix: devShells default output by @a-kenji in #223
- Update ratatui to
v.0.26.0
by @a-kenji in #224
Full Changelog: v0.22.0...v0.23.0
v0.22.0
v0.21.0
Full Changelog: v0.20.0...v0.21.0
cargo publish failed, so version was bumped
v0.20.0
v0.19.0
Summary
Finally Command history is released! 🎉
You can select target to execute from history!
What's Changed
- Rename directory name:
src/models
->src/model
#196 by @kyu08 in #197 - Add PR template by @kyu08 in #198
- Command history #79 by @kyu08 in #199
- Update README by @kyu08 in #203
Full Changelog: v0.18.0...v0.19.0