Releases: mbaraa/eloi
Releases · mbaraa/eloi
v0.3.1
v0.3
[v0.3] 2024-10-15
Added
- Flag unmask action
- License unmask action
- C wrapper to gentoolkit to get packages' dependencies in the less hacky way
- Add repo required by a package action
- Update server's url
Changed
- Adding a repo while installing a package, where this action masks all packages from the new repo to avoid dependencies conflicts
- Reverse package listing
Fixed
cfmt
options resetting
v0.2.1
v0.2.0
Blazingly fast ebuild queries
Change log
[v0.2] 2023-03-06
- Separated local models from server models, since server's models weren't supposed to be queried nor displayed in the way the client does it
- SQLite local database to store local repos and ebuilds
- Now when the program runs it doesn't load a huge JSON file into the memory, but instead just makes a connection to the local database
- Querying packages is easier and faster, thanks to SQLite indexing
fixed some stuff
Change log
[v0.1.1] - 2023-02-02
Fixed
- finding a package with a different letters casing than the original package name
- package selection prompt appears when no packages are found
- duplicate packages search results
- synchronizing repos
proof of concept release
read the readme, it has pretty much everything so far