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