Pacapt Versions Save

An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere.

v2.4.2

5 years ago

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

5 years ago

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

5 years ago

Changes since v2.3.14:

  • A warm up release with very minor updates.

v2.3.14

6 years ago

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

7 years ago

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

7 years ago

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

7 years ago

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.0.5

8 years ago

Changes since v2.0.4:

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

v2.0.4

8 years ago

Changes since v2.0.3:

  • openbsd/pkg_tools: Add (Thanks to Somasis)
  • homebrew/Su*: Use --all flag when upgrading
  • homebrew/*: Some typo fixes
  • compile.sh: git becomes optional (useful for docker tester.)
  • compile.sh: Get list of authors from README.md
  • Makefile: Various improvements
  • lib/00_core: Add _removing_is_dangerous method
  • lib/00_core: _not_implemented now returns 1
  • lib/help.txt: Remove list of authors from help message
  • CHANGELOG.md: Add

v2.1.6

8 years ago

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