Skip to content

Releases: rami3l/pacaptr

v0.12.0: Now It Emerges

05 Jul 19:42
Compare
Choose a tag to compare

Changes since v0.11.5

  • Add initial emerge support.
  • Add precompiled binaries:
    • pacaptr-macos-aarch64
    • pacaptr-macos-universal
  • Use flags as subcommands (made possible by clap-rs/clap#1974).
    • Add a huge amount of docstrings from pacman(8), greatly improving the readability of help messages.
  • Fix/add multiple functionalities for package managers including apk, dnf and zypper.
  • Introduce test_dsl! macro to reuse tests from pacapt.
    • Use system shell as the backend of test_dsl!.
    • Add many more smoke tests.

v0.12.0-beta3

02 Jul 17:43
Compare
Choose a tag to compare
v0.12.0-beta3 Pre-release
Pre-release
  • Fix multiple implementation errors for various package managers including apk, dnf and zypper.
  • Use system shell as the backend of test_dsl!.
  • Add many more smoke tests.

v0.12.0-TEST002

11 Jun 21:37
Compare
Choose a tag to compare
v0.12.0-TEST002 Pre-release
Pre-release
  • Add precompiled binaries:
    • pacaptr-macos-aarch64
    • pacaptr-macos-universal

v0.12.0-beta1

01 Jun 19:55
80c2592
Compare
Choose a tag to compare
v0.12.0-beta1 Pre-release
Pre-release
  • Add experimental emerge support.
  • Use flags as subcommands (made possible by clap-rs/clap#1974).
  • Add a huge amount of docstrings from pacman(8), greatly improving the readability of help messages.
  • Implement dnf_sii.

v0.11.5

06 May 17:22
Compare
Choose a tag to compare
  • Fix zypper_su.

v0.11.4

26 Apr 22:22
Compare
Choose a tag to compare
  • Make dnf_qi and dnf_si closer to pacman behavior, following icy/pacapt#148:
    • Differentiate -Si and -Qi by making the latter only support locally installed packages.
    • Include list of dependencies in the output of -Si/-Qi.

v0.11.3

25 Apr 08:20
Compare
Choose a tag to compare
  • Fix answer trimming in prompt.
  • Replace dirs with dirs-next.

v0.11.2

05 Apr 17:29
Compare
Choose a tag to compare

v0.11.1

16 Mar 20:28
Compare
Choose a tag to compare
  • Improve configuration file logic.
    • Config path is now customizable.
    • If no config file is found, no new files will be created.

v0.11.0

06 Mar 16:42
Compare
Choose a tag to compare
  • Replace default prompt to a clearer one.
  • Optimize dispatch logic.