Skip to content

v2.2.7: Bug fixes, improvements and new features

Compare
Choose a tag to compare
@icy icy released this 11 Sep 22:10
· 603 commits to ng since this release
v2.2.7

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