Skip to content

Releases: icy/pacapt

v2.4.2: Support sysget-style subcommands

03 Apr 05:55
@icy icy
v2.4.2
Compare
Choose a tag to compare

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: Use dist-upgrade for Suy and Su operations (#119, @Shadowsith)

The version v2.4.1 was not released.

v2.4.0: Support non-system package manager

23 Oct 14:22
@icy icy
v2.4.0
Compare
Choose a tag to compare

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

17 Jun 07:49
@icy icy
v2.3.15
Compare
Choose a tag to compare

Changes since v2.3.14:

  • A warm up release with very minor updates.

v2.3.14: Minor release after 1 year

20 Oct 10:16
@icy icy
v2.3.14
Compare
Choose a tag to compare

Changes since v2.3.13:

  • lib/homebrew: brew upgrade is equivalant to brew upgrade --all.
    See #90 and #101.
  • Support Clean Linux. See #94.

For developers:

  • Add Travis support
  • Add and update test cases for Ubuntu 16.04, Ubuntu 14.04

v2.3.13: Fix -Qs on Debian/Ubuntu. Add test cases.

21 Jul 08:28
@icy icy
v2.3.13
Compare
Choose a tag to compare

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)

08 Jul 09:21
@icy icy
v2.3.9
Compare
Choose a tag to compare

Changes since v2.3.8:

  • lib/tazpkg: Support SliTaz 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)

10 Jun 05:15
@icy icy
v2.3.8
Compare
Choose a tag to compare

Changes since v2.2.7:

  • lib/alpine: Support Alpine distirubtion (Credit: Carl X. Su, Cuong Manh Le);
  • lib/dnf: Support new package manager on Fedora system (Credit: Huy Ngô);
  • lib/termux: Support termux 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

11 Sep 22:10
@icy icy
v2.2.7
Compare
Choose a tag to compare

Changes since v2.1.6:

  • lib/zypper: Complete query/removal options (Thanks to Janne Heß);
  • lib/cave: Fix an issue with -R option;
  • New option --noconfirm to help non-interactive scripts (Cf. #43).
    Currently available for pkgng, yum, dpkg and zypper.

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 to bin/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

11 Sep 22:12
@icy icy
v2.1.6
Compare
Choose a tag to compare

Changes since v2.0.5:

  • lib/sun_tools: SunOS support (Thanks to Daniel YC Lin)
  • Fix a minor bug related to argument parsing (4287ff1)
  • Improve documentation
  • lib/dnf: Add some initial support
  • Adding GREP and AWK environments to future non-Linux systems
  • compile.sh will exit if it can't detect version information
  • README has a table of supported operations generated by compile.sh
  • In debug mode, pacapt will print body of function it would execute

v2.0.5: minor improvements

11 Sep 22:13
@icy icy
v2.0.5
Compare
Choose a tag to compare

Changes since v2.0.4:

  • lib/zz_main: Improve secondary option parsing
  • lib/pkg_tools: Remove Rns support