Skip to content

Releases: mbaraa/eloi

v0.3

14 Oct 21:11
d555c9e
Compare
Choose a tag to compare

[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

07 Sep 19:47
8dc35aa
Compare
Choose a tag to compare

Update server's URL

v0.2.0

27 Feb 17:18
6b891f0
Compare
Choose a tag to compare

Fix release's version for Gentoo's ebuild

Blazingly fast ebuild queries

06 Mar 01:44
2f4b781
Compare
Choose a tag to compare

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

02 Feb 15:47
Compare
Choose a tag to compare
fixed some stuff Pre-release
Pre-release

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

01 Feb 19:10
Compare
Choose a tag to compare
Pre-release

read the readme, it has pretty much everything so far