Releases: thezaplang/zapup
Releases · thezaplang/zapup
Release list
Release v2.0
This release focuses on new local configuration feature and cli improvements
What's Changed
- Added local configuration feature and associated functionality like --global, switch --local
- Local configuration feature by @Maqi-x in #10
Full Changelog: v1.2...v2.0
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
Second release (v.1.1)
This release focuses on improving everyday usability, clearer output, and more predictable behavior, especially around version visibility, PATH issues, and CLI parsing.
Full Changelog: Maqi-x/zapup@v1.0...v1.1