This repository has been archived by the owner on Jan 23, 2019. It is now read-only.
Releases: Skycoder42/qpmx
Releases · Skycoder42/qpmx
Small feature update
Changelist:
- Major internal reworks, changed plugin API and use coroutines for improved code logic
- Fix bug with hook generation on windows
Feature update
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
andqpmx 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
1.4.2 fix linkage for ios
Bugfix
Changelog:
- Fixed builds for iOs
Fixup release with minor changes
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
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
todevDependencies
(with compability)
Fixed dev bug
Fixed bugs in dev mode
Update
Changelog:
- Fixed translation generation
- Fixed dependecy adding
- improved dev mode behaviour
- cache builds
- allow changed path to share builds
Features and fixes
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
Added many features, amongst others:
- added translation support
- added publishing via qpmx
- added dev mode
- improved overall output and interactions
- ...