Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.36.0
What's Changed
Before | ![]() |
---|---|
After | ![]() |
- chore(doc): Update demo gif and pictures in README by @kyu08 in #276
- chore(ci): fix lint error to use
unwrap_or_default()
by @kyu08 in #277 - chore(typo): fix typos
forcus
->focus
by @kyu08 in #278 - fix(deps): update rust crate regex to v1.10.5 by @renovate in #279
- fix(deps): update rust crate simple-home-dir to v0.3.5 by @renovate in #281
- fix(deps): update rust crate toml to v0.8.14 by @renovate in #282
- fix(deps): update rust crate serde to v1.0.203 by @renovate in #280
- fix(chore): update comment by @kyu08 in #285
- fix(deps): update
tui-term
,ratatui
,tui-textarea
by @kyu08 in #297 - chore(deps): update crate-ci/typos action to v1.23.6 by @renovate in #289
- fix(deps): update
uuid
,colored
,toml
,serde
,simple-home-dir
by @kyu08 in #298
Full Changelog: v0.35.0...v0.36.0
v0.35.0
v0.34.0
v0.33.0
What's Changed
- chore(docs): update README by @kyu08 in #268
- refactor(app): Making impossible states impossible by @kyu08 in #265
- fix(deps): update rust crate anyhow to v1.0.86 by @renovate in #269
- fix(deps): update rust crate ratatui to v0.26.3 by @renovate in #270
- Truncate histories when length exceeds 10 by @kyu08 in #272
Full Changelog: v0.32.0...v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
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