Releases: rami3l/pacaptr
Releases · rami3l/pacaptr
v0.13.1
Changes since v0.12.0
- Add
conda_qo
. - Add online API docs.
- Move compatibility table to API docs page.
v0.12.0: Now It Emerges
Changes since v0.11.5
- Add initial
emerge
support. - Add precompiled binaries:
pacaptr-macos-aarch64
pacaptr-macos-universal
- Use
flag
s assubcommands
(made possible by clap-rs/clap#1974).- Add a huge amount of docstrings from
pacman(8)
, greatly improving the readability of help messages.
- Add a huge amount of docstrings from
- Fix/add multiple functionalities for package managers including
apk
,dnf
andzypper
. - Introduce
test_dsl!
macro to reuse tests frompacapt
.- Use system shell as the backend of
test_dsl!
. - Add many more smoke tests.
- Use system shell as the backend of
v0.12.0-beta3
- Fix multiple implementation errors for various package managers including
apk
,dnf
andzypper
. - Use system shell as the backend of
test_dsl!
. - Add many more smoke tests.
v0.12.0-TEST002
- Add precompiled binaries:
pacaptr-macos-aarch64
pacaptr-macos-universal
v0.12.0-beta1
- Add experimental
emerge
support. - Use
flag
s assubcommands
(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
- Fix
zypper_su
.
v0.11.4
- Make
dnf_qi
anddnf_si
closer topacman
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
- Fix answer trimming in
prompt
. - Replace
dirs
withdirs-next
.
v0.11.2
v0.11.1
- Improve configuration file logic.
- Config path is now customizable.
- If no config file is found, no new files will be created.