Skip to content

Commit 642d2cd

Browse files
committed
[version] Release v7.1.0
1 parent e54ce36 commit 642d2cd

3 files changed

Lines changed: 33 additions & 8 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.0.0"},
5+
"hybridclr" : { "branch":"v7.1.0"},
66
"il2cpp_plus": { "branch":"v2019-7.0.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.0.0"},
10+
"hybridclr" : { "branch":"v7.1.0"},
1111
"il2cpp_plus": { "branch":"v2020-7.0.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.0.0"},
15+
"hybridclr" : { "branch":"v7.1.0"},
1616
"il2cpp_plus": { "branch":"v2021-7.0.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.0.0"},
20+
"hybridclr" : { "branch":"v7.1.0"},
2121
"il2cpp_plus": { "branch":"v2022-7.0.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.0.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.0.0"}
25+
"hybridclr" : { "branch":"v7.1.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
2727
},
2828
{
2929
"unity_version":"2023",
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.0.0"},
35+
"hybridclr" : { "branch":"v7.1.0"},
3636
"il2cpp_plus": { "branch":"v6000-7.0.0"}
3737
}
3838
]

RELEASELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# ReleaseLog
22

3+
## 7.1.0
4+
5+
Release Date: 2024-12-4.
6+
7+
### Runtime
8+
9+
- [new] support prejit interpreter class and method
10+
- [new] add RuntimeOptionId::MaxInlineableMethodBodySize
11+
- [merge] merge il2cpp changes from tuanjie v1.3.1 to v1.3.4
12+
- [fix] fix memory leak of TransformContext::irbbs and ir2offsetMap
13+
- [opt] does not insert CheckThrowIfNull check when inlining constructors
14+
- [opt] remove unnecessary typeSize calculation from the NewValueTypeInterpVar instruction.
15+
- [change] change default maxInlineableMethodBodySize from 16 to 32
16+
- [change] remove the unnecessary Inflate operation on arg.type when initializing ArgVarInfo in TransformContext::TransformBodyImpl.
17+
- [change] remove unnecessary fields genericContext, klassContainer, methodContainer from the TransformContext
18+
19+
### Editor
20+
21+
- [new] support prejit interpreter class and method
22+
- [new] add RuntimeOptionId::MaxInlineableMethodBodySize
23+
- [fix] fix the bug that CopyStrippedAOTAssemblies didn't work on UWP platform of 6000.0.x
24+
- [fix] fix the issue that CopyStrippedAOTAssemblies didn't support HMIAndroid in tuanjie engine
25+
- [change] change the attributes on fields of HybridCLRSettings from `[Header]` to `[ToolTip]`
26+
- [refactor] refactor code comments and translate them to English
27+
328
## 7.0.0
429

530
Release Date: 2024-11-15.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.code-philosophy.hybridclr",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"displayName": "HybridCLR",
55
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
66
"category": "Runtime",

0 commit comments

Comments
 (0)