Skip to content

Release v1.2

Choose a tag to compare

@Maqi-x Maqi-x released this 11 Apr 21:54

This release focuses on fixing bugs and improving existing features.

What's Changed

  • zapup install can now optionally switch to the installed version (--switch, -s).
  • Test execution is now integrated into the build pipeline (--test / --run-tests).
  • Build process now fails cleanly on test failures and removes partial installs.
  • CLI parsing improved: duplicate flags are detected and reported as errors.
  • improved help command output, build flags are shown in command-specific help.
  • Build system changes: consistent default target, improved linker flag handling, and simplified dependency inclusion logic.
  • README expanded with AUR instructions and updated usage examples.
  • Create CODEOWNERS by @MrBisquit in #9
  • docs: readme update by @gorciu-official in #8

New Contributors

Full Changelog: v1.1...v1.2