Releases: iceshard-engine/ice-build-tools
Releases · iceshard-engine/ice-build-tools
v1.11.1
v1.10.3
Full Changelog: v1.10.2...v1.10.3
v1.10.2
Full Changelog: v1.9.3...v1.10.2
v1.9.2
Full Changelog: v1.7.0...v1.9.2
v1.7.0 - Android and WebAssembly
Overview
Initial support for Android and WebApp projects
- Using Android SDK manager
- Using Emscripten for WebApps
- Various fixes and improvements after moving to Conan2
- Other things I already forgot while not making new releases ;p
Full Changelog: v1.4.0...v1.7.0
v1.4.0
v1.2.4
Fixed issues:
- Update command failing to update conanfile.txt
- Settings command randomly re-arranging settings.json
- Settings command removing platform specific keys
- License command failing to handle empty files
- License command removing file contents
- License command appending instead of replacing license header text.
Full Changelog: v1.2.3...v1.2.4
v1.2.0
Full Changelog: v1.0.2...v1.2.0
First release version of IBT.
Notable mentions:
- Added support to bootstrap projects with
conan install <ref>command. - Fixed some issues with the default values and files
- Improved some checks in internal scripts.
Full Changelog: v0.8.0...v1.0.0
v0.7.0 - Linux (GCC)
With this release we added support for GCC and Linux.
Additionally, now when a 'Used' project is disabled (due to missing requirements) all project that directly 'Use' it will also be disabled.
Summary:
- Added support for the GCC toolchain.
- Cleaned up remaining compiler and linker options.
- 'Uses' are now also implicit required for a project to be 'Enabled'