Release v1.2
This release focuses on fixing bugs and improving existing features.
What's Changed
zapup installcan 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
- @MrBisquit made their first contribution in #9
Full Changelog: v1.1...v1.2