Skip to content

2.3.0

Compare
Choose a tag to compare
@fosskers fosskers released this 23 Apr 02:30
· 1273 commits to master since this release

Added

  • Allow --asdeps to be passed to -A commands.
  • -y can be passed to -A commands again, like -Ayu.
  • Dutch translations. Thank you, Joris Blanken!

Changed

  • ~15% reduction in binary size and much faster compiles due to removal of
    unnecessary dependencies.
  • -Cc now reports how much storage space was cleared.
  • A few more messages when using --log-level=debug.

Removed

  • makepkgConfFile wasn't being used anywhere.

Fixed

  • A bug involving multiple prompts appearing at the same time when more than one
    package needs a custom provider selection.
    #541
  • A bug involving the + character appearing in package names, like crypto++.
    #520
  • A regression where the name of a parent package wouldn't be displayed when a
    dependency couldn't be found.
    #513