Releases: kyu08/fzf-make
Releases · kyu08/fzf-make
v0.8.0
What's Changed
✨ Enhancement
- Make preview window showed on top by default by @kyu08 in #69
- NOTE: Some items will be configurable including the position of preview window in the future.
Before | After |
---|---|
Before | After |
---|---|
Command | Output |
---|---|
fzf-make --help |
|
fzf-make --version |
|
fzf-make ${some_invalid_command} |
🐛 Bug fix
🗾 Refactor
🗒️ Docs
- update README.md by @kyu08 in #59
- update README.md by @kyu08 in #61
- docs: add instructions for installing on Arch Linux by @orhun in #62
- update installation in README.md by @kyu08 in #63
- Update logo size to 1280x640 by @kyu08 in #65
- Add a development method in README.md by @kyu08 in #66
- Add items scheduled to be developed to
# Feature
inREADME.md
by @kyu08 in #81 - Update
README.md
by @kyu08 in #89
✒️ Misc
- add flake configuration (devshell + package) by @Sigmanificient in #54
- Create FUNDING.yml by @kyu08 in #80
- Update Makefile by @kyu08 in #83
- Add authors, description and license to
Cargo.toml
by @kyu08 in #85 - Build when brew install executed by @kyu08 in #87
- Run
cargo publish
on CI by @kyu08 in #91 - Release v0.8.0 by @kyu08 in #92
🎉 New Contributors
- @Sigmanificient made their first contribution in #54
Full Changelog: v0.7.0...v0.8.0