From 1f0053a3c91cbe041bbf9d1522e441bbb738d13c Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 15 Nov 2024 20:59:11 +0800 Subject: [PATCH] [version] Release v7.0.0 --- Data~/hybridclr_version.json | 24 ++++++++++++------------ RELEASELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 4afb223..e299434 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,28 +2,28 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2019-6.7.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v2019-7.0.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2020-6.7.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v2020-7.0.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2021-6.9.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v2021-7.0.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2022-6.11.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v2022-7.0.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-6.11.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v2022-tuanjie-7.0.0"} }, { "unity_version":"2023", @@ -32,8 +32,8 @@ }, { "unity_version":"6000", - "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v6000-6.9.0"} + "hybridclr" : { "branch":"v7.0.0"}, + "il2cpp_plus": { "branch":"v6000-7.0.0"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 127d887..0eb494d 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,20 @@ # ReleaseLog +## 7.0.0 + +Release Date: 2024-11-15. + +### Runtime + +- [new] support method inlining +- [refactor] refactor Transform codes + +### Editor + +- [new] add option RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth +- [fix] fix the bug in GenericReferenceWriter where _systemTypePattern did not properly escape the '.' in type names. This caused issues when compiler-generated anonymous types and functions contained string sequences like 'System-Int', incorrectly matching them to 'System.Int', resulting in runtime exceptions. +- [fix] fix the bug in `MissingMetadataChecker` where it did not check for missing fields. + ## 6.11.0 Release Date: 2024-10-31. diff --git a/package.json b/package.json index a6f7ab2..5f7a1b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "6.11.0", + "version": "7.0.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",