Releases: icy/pacapt
Releases · icy/pacapt
v2.4.2: Support sysget-style subcommands
Changes since v2.4.0:
- Update README.md
- Support sysget-style sub commands (
pacapt install
,pacapt upgrade
,...) lib/homebrew/Rs
: Improvements (#124, @Mnkai)lib/dpkg
: Usedist-upgrade
forSuy
andSu
operations (#119, @Shadowsith)
The version v2.4.1 was not released.
v2.4.0: Support non-system package manager
Changes since v2.3.15:
lib/tlmgr
: Add TeXLive support (Antony Lee)lib/conda
: Conda support (Antony Lee)
For developers:
- Ability to support non-system package manager (
npm
,gem
, ...) - Reduce shellcheck warning/error reports
v2.3.15: Warm up release with very minor updates
Changes since v2.3.14:
- A warm up release with very minor updates.
v2.3.14: Minor release after 1 year
v2.3.13: Fix -Qs on Debian/Ubuntu. Add test cases.
Changes since v2.3.11:
lib/dpkg
: Fix #84 (incorrect implementation of-Qs
)
For developers:
- Test scripts can now be automated thanks to
tests/*
; tests/slitz40
: Add;tests/dpkg
: Add.
v2.3.9: Support SliTaz Linux (tazpkg)
Changes since v2.3.8:
lib/tazpkg
: SupportSliTaz
distribution;
For developers:
contrib/*
: Add instructions to build packages on some distributions (Credit:Pival81
).
v2.3.8: Bug fixes. New package managers (alpine, dnf, termux)
Changes since v2.2.7:
lib/alpine
: SupportAlpine
distirubtion (Credit:Carl X. Su
,Cuong Manh Le
);lib/dnf
: Support new package manager onFedora
system (Credit:Huy Ngô
);lib/termux
: Supporttermux
on Android (Credit:Jiawei Zhou
);lib/zypper
: New option-Sw
(Forgot to merge #72);lib/yum
: New option-Qs
(Credit:Siôn Le Roux
);
For developers:
- Improve translation method
_translate_all
;
v2.2.7: Bug fixes, improvements and new features
Changes since v2.1.6:
lib/zypper
: Complete query/removal options (Thanks toJanne Heß
);lib/cave
: Fix an issue with-R
option;- New option
--noconfirm
to help non-interactive scripts (Cf. #43).
Currently available forpkgng
,yum
,dpkg
andzypper
.
For developers:
lib/{00_core,zz_main}
: Refactor to support future option translation;- Refactor code supports
-w
(download only) and-v
(debug) options; - Improve coding quality thanks to
shellcheck
; - Move
compile.sh
tobin/compile.sh
; - Use
lib/00_core#_translate_all
to add future option translation; bin/check
: Add script to inspect coding style issues (Cf. #54).
v2.1.6: Bug fixes and SunOS support
Changes since v2.0.5:
lib/sun_tools
:SunOS
support (Thanks toDaniel YC Lin
)- Fix a minor bug related to argument parsing (4287ff1)
- Improve documentation
lib/dnf
: Add some initial support- Adding
GREP
andAWK
environments to future non-Linux
systems compile.sh
will exit if it can't detect version informationREADME
has a table of supported operations generated bycompile.sh
- In debug mode,
pacapt
will print body of function it would execute
v2.0.5: minor improvements
Changes since v2.0.4:
lib/zz_main
: Improve secondary option parsinglib/pkg_tools
: RemoveRns
support