Releases: josueBarretogit/get_blessed_rs
v0.2.1
What's Changed
Patch release
Changed the appearance of the application by using the tui-widget-list
crate
Many changes in the code are due to refactoring
- Refactor code by @josueBarretogit in #14
- improved appearance of application by @josueBarretogit in #15
Full Changelog: v0.2.0...v0.2.1
v0.2.0
First of all, many thanks to @orhun for bringing this program to the arch community, like seriously it is the first time somebody colaborates to a project of mine
What's Changed
Now the user can see what features a crate has and select them by pressing f
Arch Linux users can install from the AUR via paru -S get-blessed
.
- Add AUR instructions by @orhun in #6
- Add Cargo.lock by @orhun in #5
- Get data crates from json by @josueBarretogit in #8
- Let the user select what features will be added by @josueBarretogit in #10
- added test (for real) by @josueBarretogit in #11
- Develop by @josueBarretogit in #12
New Contributors
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
Now when you add crates such as tokio, reqwest or uuid those will be added with features as well, at the moment it´s all hardcoded, in the meantime i will be working on making it more dynamic and/or let de user choose what features they want to enable
- Develop by @josueBarretogit in #1
- Crates added with features by @josueBarretogit in #3
New Contributors
- @josueBarretogit made their first contribution in #1
Full Changelog: v0.1.0...v0.1.3