[version] Release v7.0.0

main
walon 2024-11-15 20:59:11 +08:00
parent 15dccc7427
commit 1f0053a3c9
3 changed files with 28 additions and 13 deletions

View File

@ -2,28 +2,28 @@
"versions": [ "versions": [
{ {
"unity_version":"2019", "unity_version":"2019",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v2019-6.7.0"} "il2cpp_plus": { "branch":"v2019-7.0.0"}
}, },
{ {
"unity_version":"2020", "unity_version":"2020",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v2020-6.7.0"} "il2cpp_plus": { "branch":"v2020-7.0.0"}
}, },
{ {
"unity_version":"2021", "unity_version":"2021",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v2021-6.9.0"} "il2cpp_plus": { "branch":"v2021-7.0.0"}
}, },
{ {
"unity_version":"2022", "unity_version":"2022",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v2022-6.11.0"} "il2cpp_plus": { "branch":"v2022-7.0.0"}
}, },
{ {
"unity_version":"2022-tuanjie", "unity_version":"2022-tuanjie",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v2022-tuanjie-6.11.0"} "il2cpp_plus": { "branch":"v2022-tuanjie-7.0.0"}
}, },
{ {
"unity_version":"2023", "unity_version":"2023",
@ -32,8 +32,8 @@
}, },
{ {
"unity_version":"6000", "unity_version":"6000",
"hybridclr" : { "branch":"v6.10.0"}, "hybridclr" : { "branch":"v7.0.0"},
"il2cpp_plus": { "branch":"v6000-6.9.0"} "il2cpp_plus": { "branch":"v6000-7.0.0"}
} }
] ]
} }

View File

@ -1,5 +1,20 @@
# ReleaseLog # 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 ## 6.11.0
Release Date: 2024-10-31. Release Date: 2024-10-31.

View File

@ -1,6 +1,6 @@
{ {
"name": "com.code-philosophy.hybridclr", "name": "com.code-philosophy.hybridclr",
"version": "6.11.0", "version": "7.0.0",
"displayName": "HybridCLR", "displayName": "HybridCLR",
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
"category": "Runtime", "category": "Runtime",