Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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] 2023-03-06

Added

  • SQLite local database to store local repos and ebuilds
  • Ebuild's description

Changed

  • restructured actions' execution path

Fixed

  • color output, added a wrapper that sets output's color, style, and background

[v0.1.1] - 2023-02-18

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

[v0.1] - 2023-02-01

Added

  • added a changelog :)

Changed

  • changed the structure of the overlay model to represent some data more elegantly

Fixed

  • fixed overlay source type when adding a new overlay repo