[version] Release v7.0.0
parent
15dccc7427
commit
1f0053a3c9
|
@ -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"}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue