This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Releases: Slushi-Github/hxCompileU
Releases · Slushi-Github/hxCompileU
1.5.5
1.5.0
Full Changelog: 1.3.0...1.5.0
Introduces WUHB conversion support and related configuration in the JSON file and documentation. Refactors library management by replacing Libs.hx and LibsRequests.hx with LibsManager.hx, updating all usages. Adds MIT license file, improves CLI argument handling, updates build.hxml, and enhances code comments and structure throughout the project (AI generated).
1.3.0
Changes:
- The explanation of how the program works in the README has been slightly improved.
- Now the defines are placed in HXML file and in the MakeFile to avoid problems.
- Now you can compile only the C++ code already generated without compiling the Haxe code, using [--onlyCafe].
- you can now do a clean compile using [--clean].
- You can now search for a line of code from a line address using DevKitPro's “powerpc-eabi-addr2line” utility.
Well, I think this can be considered the first really stable version of HxCompileU, enjoy!
First release - 1.0.0
The first release yay!
Only for Windows for now though