From ee7af5c5926c12402b3ccd121408646f1cf3128f Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 3 Jul 2025 20:59:20 +0800 Subject: [PATCH] [version] Release v8.3.0 --- Data~/hybridclr_version.json | 16 ++++++++-------- RELEASELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 9216c45..afda70e 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,37 +2,37 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v2019-8.1.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v2020-8.1.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v2021-8.1.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v2022-8.2.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v8.2.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-8.1.0"} + "hybridclr" : { "branch":"v8.3.0"}, + "il2cpp_plus": { "branch":"v2022-tuanjie-8.3.0"} }, { "unity_version":"2023", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v2023-8.1.0"} }, { "unity_version":"6000", - "hybridclr" : { "branch":"v8.2.0"}, + "hybridclr" : { "branch":"v8.3.0"}, "il2cpp_plus": { "branch":"v6000-8.1.0"} } ] diff --git a/RELEASELOG.md b/RELEASELOG.md index 3d75207..372cb43 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,19 @@ # ReleaseLog +## 8.3.0 + +Release Date: 2025-07-04. + +### Runtime + +- [fix] fix the bug where RuntimeInitClassCCtor was executed during InterpreterModule::GetInterpMethodInfo. This caused the type static constructor to be incorrectly executed prematurely during PrejitMethod. +- [fix] fix bug that JitMethod jit method of generic class incorrectly. +- [merge] merge il2cpp of tuanjie changes from 1.5.0-1.6.0 + +### Editor + +- [fix] fix the bug that not collect struct in calli and extern method signature in generating MethodBridge. + ## 8.2.0 Release Date: 2025-06-12. diff --git a/package.json b/package.json index f4b14d8..47508ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "8.2.0", + "version": "8.3.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": "Scripting",