Skip to content

Releases: QuestPackageManager/QPM.CLI

v1.3.1

11 Jul 04:38
481e34b
Compare
Choose a tag to compare

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

06 May 14:45
a006e28
Compare
Choose a tag to compare

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

08 Apr 22:24
ef3be42
Compare
Choose a tag to compare

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
  • 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 of qpm qmod manifest

Mac universal builds!

28 Dec 02:12
f85e71d
Compare
Choose a tag to compare

What's Changed

  • Fix doctor detecting qpm by @Suitilina in #38
  • Fix qpm download adb by symlinking platform-tools/adb to PATH
  • Support MacOS aarch64 and x86 universal builds
  • Switched to rustls instead of OpenSSL

New Contributors

Full Changelog: v1.0.0...v1.1.0

Initial release

21 Dec 18:12
bae0344
Compare
Choose a tag to compare
v1.0.0

Fix pwsh CI command