Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
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
orCargo.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
Summary
- Allow a target with only one letter by @kyu08 in #166
- Delete old UI using skim #167 by @kyu08 in #168
What's Changed
- Add french translation of the README.md by @Sigmanificient in #153
- update readme by @kyu08 in #160
- Add
--locked
flag tocargo install
by @kyu08 in #164 - Bump ratatui's version to
0.25.0
#163 by @kyu08 in #165 - Execute typo check on CI #147 by @kyu08 in #169
- Configure Renovate by @renovate in #170
- Release v0.13.0 by @kyu08 in #172
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- fix update flake dependencies by @a-kenji in #142
- fix nix version information by @a-kenji in #143
- Fix a typo inside the main model by @a-kenji in #145
- install typos-cli by @kyu08 in #148
- Update Makefile(typos-cli) by @kyu08 in #149
- Add error handling when the path passed to include directive could not be found #150 by @kyu08 in #154
- Release v0.12.0 by @kyu08 in #155
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Removed cursor from preview window.
Before | |
---|---|
After |
What's Changed
- remove
brew update
from how to update via homebrew by @kyu08 in #135 - Return err from usecase by @kyu08 in #136
- fix makefile by @kyu08 in #137
- update makefile by @kyu08 in #138
- remove cursor from preview window by @kyu08 in #139
- Longer polling duration #124 by @kyu08 in #140
- Release v0.11.0 by @kyu08 in #141
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Summary
Commits
- Replace gifs and images by @kyu08 in #116
- Add crates.io badge to README by @khanh130202 in #110
- update readme by @kyu08 in #117
- update demo gif by @kyu08 in #119
- update demo gif by @kyu08 in #120
- update demo gif by @kyu08 in #121
- print error, remove line break of head of preview window by @kyu08 in #122
- fix README-de.md by @jaus14 in #129
- fix typo by @kyu08 in #130
- rename usecases -> usecase by @kyu08 in #131
- fix: false detection of target: ignore parttern like
xxx=yyy:zzz
#132 by @kyu08 in #133 - release v0.10.0 by @kyu08 in #134
New Contributors
- @khanh130202 made their first contribution in #110
- @jaus14 made their first contribution in #129
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
🎉 The UI has been renewed entirely using ratatui! 🎉
The use of ratatui allows for flexible UI construction!
Future releases will include a history function and a configuration function using configuration files.
Commits
- Fix CD(
cargo publish
) by @kyu08 in #93 - Update
README.md
by @kyu08 in #94 - refactor: Return String from
fuzzy_finder::run()
by @kyu08 in #96 - ci: add linting by @engineerakki in #98
- Treat clippy's warning as errors by @AdityaRanjanJha in #102
- Fix linter errors #101 by @kyu08 in #103
- Update
README.md
by @kyu08 in #104 - Add german translation by @wrth1337 in #107
- Launch ratatui's UI when
fzf-make
executed by @kyu08 in #97 - release v0.9.0 by @kyu08 in #114
- fix history block border color by @kyu08 in #115
New Contributors
- @engineerakki made their first contribution in #98
- @AdityaRanjanJha made their first contribution in #102
- @wrth1337 made their first contribution in #107
Full Changelog: v0.8.0...v0.9.0