Skip to content

v0.22.0

Latest
Compare
Choose a tag to compare
@juraj-hrivnak juraj-hrivnak released this 16 Dec 22:29
· 5 commits to main since this release

Highlights

  • When removing a project, Pakku will always ask whether you want to remove each of its dependencies.
  • Added glob pattern support for specifying overrides, server_overrides and client_overrides, in #70.
    • This new implementation is optimized to work with large modpacks.
    • For more info see v0.20.0.

Fixes

  • Removed hyperlink from exported modpack file path messages. They didn't work properly on all platforms.

API

  • Breaking change: Refactored action errors to separate data classes.
  • Created a mini framework for simplifying tests.