Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Releases: Skycoder42/qpmx

Small feature update

25 Sep 21:02
Compare
Choose a tag to compare

Changelist:

  • Major internal reworks, changed plugin API and use coroutines for improved code logic
  • Fix bug with hook generation on windows

Feature update

03 May 19:29
Compare
Choose a tag to compare

Changelog:

  • Fix github package name resolution
  • Code cleanups / modernizations
  • Added the QPMX_INSTALL_DIR variable (See README.md)
  • Fixed working directory for extra translations
  • Fixed tools on mingw
  • Added qpmx dev alias and qpmx dev remove --alias commands. These allow you to create temporary aliases for one package to another package.
  • Added experimental qbs support. See qpmx qbs --help and test.qbs
  • Added ZSH completition

Fixup of last release

28 Feb 16:55
Compare
Choose a tag to compare
1.4.2

fix linkage for ios

Bugfix

27 Feb 21:11
Compare
Choose a tag to compare

Changelog:

  • Fixed builds for iOs

Fixup release with minor changes

07 Feb 20:39
Compare
Choose a tag to compare

Changelog:

  • Fix CLI definition and wrong warnings
  • Fixed broken lrelease replacements
  • Added bash completition file
  • Improved library support
    • qpmx deps are now private
    • added static library merging for static builds
  • Other minor fixes

Fixup

13 Nov 19:15
Compare
Choose a tag to compare

Changelog:

  • many small fixes
  • changed locking mechanisms to be more reliable and prevent deadlocks
  • fix multi-dependency-collection
  • added EXTRA_TRANSLATIONS compiler
  • auto-update qpmx.json on dev commit
  • rename userfile property devmode to devDependencies (with compability)

Fixed dev bug

13 Oct 16:37
Compare
Choose a tag to compare

Fixed bugs in dev mode

Update

13 Oct 09:57
Compare
Choose a tag to compare

Changelog:

  • Fixed translation generation
  • Fixed dependecy adding
  • improved dev mode behaviour
    • cache builds
    • allow changed path to share builds

Features and fixes

07 Oct 17:20
Compare
Choose a tag to compare

Changelog:

  • Fixed some failing qpm packages, if specified without provider/version
  • Added hook to make resources and Q_COREAPP_STARTUP_FUNCTION work
    • works now for source builds and compiled builds
  • Improved dev command
    • fixed include bugs
    • now supports source and compiled builds
  • ... and many other bugfixes

Big update

30 Sep 08:41
Compare
Choose a tag to compare

Added many features, amongst others:

  • added translation support
  • added publishing via qpmx
  • added dev mode
  • improved overall output and interactions
  • ...