Releases: QuestPackageManager/QPM.CLI
Releases · QuestPackageManager/QPM.CLI
v1.3.1
Full Changelog: v1.3.0...v1.3.1
- Improve timeout handling for downloads
- Add more download indicators to other places
- Added
qpm ndk path {version}
for getting path to a specific NDK version
New goodies
What's Changed
- Add
qpm qmod zip
for generating qmod zips by @Fernthedev in #40 - Fix OpenSSL issues on MacOS with static linking
- Add progress indicators to downloads, including ndk download.
- Add package-specific cache clearing #41
Full Changelog: v1.2.0...v1.3.0
Minor changes
Full Changelog: v1.1.0...v1.2.0
- Vendor OpenSSL for
aarch64
darwin e.g M1 MacOS - Add
toolchainFile
for outputting various qpm variables for use at build time:- Add
qpm.json::info::additionalData::toolchainOut
to define location of toolchain
- Add
- Memcache all qpm requests to reduce IO and latency
- Improve qpm restore to fully restore if a dependency in qpm.json::dependencies is modified
- Deprecate
qpm qmod build
in favour ofqpm qmod manifest
Mac universal builds!
What's Changed
- Fix doctor detecting qpm by @Suitilina in #38
- Fix
qpm download adb
by symlinkingplatform-tools/adb
to PATH - Support MacOS aarch64 and x86 universal builds
- Switched to rustls instead of OpenSSL
New Contributors
- @Suitilina made their first contribution in #38
Full Changelog: v1.0.0...v1.1.0
Initial release
v1.0.0 Fix pwsh CI command