diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 53a2ba9..b05909b 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,38 +2,38 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v2019-7.3.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2019-7.4.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v2020-7.3.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2020-7.4.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v2021-7.3.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2021-7.4.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v2022-7.2.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2022-7.4.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"} }, { "unity_version":"2023", - "hybridclr" : { "branch":"v6.2.0"}, - "il2cpp_plus": { "branch":"v2023-6.0.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v2023-7.4.0"} }, { "unity_version":"6000", - "hybridclr" : { "branch":"v7.3.0"}, - "il2cpp_plus": { "branch":"v6000-7.2.0"} + "hybridclr" : { "branch":"v7.4.0"}, + "il2cpp_plus": { "branch":"v6000-7.4.0"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 3f50acd..38fdb16 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,22 @@ # ReleaseLog +## 7.4.0 + +Release Date: 2025-01-17. + +### Runtime + +- [new] calli supports call both native function pointer and managed method + +### Editor + +- [new] add Managed2NativeFunctionPointer MethodBridge functions +- [new] support preserve UnityEngine core types when GenerateLinkXml +- [fix] fixed the bug in AOTAssemblyMetadataStripper::Strip where ModuleWriterOptions MetadataFlags.PreserveRids was not used. +- [fix] fixed the bug where StripAOTDllCommand did not set BuildPlayerOptions.subtarget in Unity 2021+ versions, causing failure when publishing dedicated buildTarget. +- [change] add UnityVersion.h.tpl and AssemblyManifest.cpp.tpl, Il2CppDefGenerator doesn't generates and override code file from same one +- [change] add MethodBridge.cpp.tpl. MethodBridgeGeneratorCommand doesn't generate and override from same file + ## 7.3.0 Release Date: 2024-12-31. diff --git a/package.json b/package.json index 3de9427..349728a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.3.0", + "version": "7.4.0", "displayName": "HybridCLR", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "category": "Runtime",