Releases: MovingBlocks/gestalt
Releases · MovingBlocks/gestalt
v7.2.0
What's Changed
- backport(v7): refactor!: rename
Component::copy
toComponent::copyFrom
(#122) by @skaldarnar - [release/v7.x] fix: remove only use of Android API 24 incompatible code by @BenjaminAmos
- [release/v7.x] feat(android): add new AssetManager-based modules source by @BenjaminAmos
- backport(v7): gradle upgrade 6.5 -> 8.2.1 by @PurityLake
- backport(v7): refactor(version): adjust to new semver 0.10.2 release by @jdrueckert
- backport(v7): ci: update Jenkinsfile agent and artifactory url by @BenjaminAmos
Full Changelog: v7.1.0...v7.2.0
v7.1.0
v5.1.5 - tiny patch fix
v7.0.0 - Android!
Available in our Artifactory under new path http://artifactory.terasology.org/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/org/terasology/gestalt then [part] / v7.0.0 !
v5.1.4 - another tiny patch release
Contains #67
v5.1.3 - patch fix for asset instances
Covers #62 via #64, needed for https://github.com/Terasology/Scenario
v6.0.0 - gestalt-entity-system
This release primarily marks gestalt-entity-system
as ready for live usage. An assortment of other improvements are also included.
v5.1.2 - better module snapshot selection
Small patch release that includes PR #57
v5.1.1 - minor disposal tweak
A requested change to be better able to react to disposed assets.