Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.38.0
Summary
Refactoring for #315 has been completed!🎉🎉
It will be possible soon that command runners like pnpm, npm, yarn, bun, deno and just!
What's Changed
- chore(docs): fix crates.io total downloads badge link by @kyu08 in #318
- chore(deps): update crate-ci/typos action to v1.27.0 by @renovate in #320
- refactor(makefile): refactor
Makefile
struct toRunner
enum to be able to add other command runner like pnpm, yarn, etc. #315 by @kyu08 in #321 - update(history): update history file format to handler multiple task runner like pnpm, yarn, e.t.c. #315 by @kyu08 in #324
- feat(history): when the history file type is the old format, rewrite it using the new format #327
- fix(bug): no command is selected when delete character #329
- fix(chore): fix lint error #330
Full Changelog: v0.37.0...v0.38.0
v0.37.0
What's Changed
- fix(deps): update
tui-term
,tui-textarea
,ratatui
,crossterm
by @kyu08 in #300 - Add "crate.io Downloads" to README by @kyu08 in #306
- chore(deps): update crate-ci/typos action to v1.24.3 by @renovate in #307
- chore(deps): update crate-ci/typos action to v1.24.6 by @renovate in #308
- fix(lint): fix lint error
error: match can be simplified with .unwrap_or_default()
#312 by @ShehzadAhm in #313 - refactor(rename): rename mod:
fzf_make
totui
,fzf_make_main
tofzf_make
by @kyu08 in #314 - fix(chore): exclude unnecessary files from the package by @kyu08 in #316
New Contributors
- @ShehzadAhm made their first contribution in #313
Full Changelog: v0.36.0...v0.37.0
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