Skip to content

Commit 528240b

Browse files
committed
[version] Release v7.7.0
1 parent 4768c03 commit 528240b

3 files changed

Lines changed: 36 additions & 15 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.6.0"},
6-
"il2cpp_plus": { "branch":"v2019-7.6.0"}
5+
"hybridclr" : { "branch":"v7.7.0"},
6+
"il2cpp_plus": { "branch":"v2019-7.7.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.6.0"},
11-
"il2cpp_plus": { "branch":"v2020-7.6.0"}
10+
"hybridclr" : { "branch":"v7.7.0"},
11+
"il2cpp_plus": { "branch":"v2020-7.7.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.6.0"},
16-
"il2cpp_plus": { "branch":"v2021-7.6.0"}
15+
"hybridclr" : { "branch":"v7.7.0"},
16+
"il2cpp_plus": { "branch":"v2021-7.7.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.6.0"},
21-
"il2cpp_plus": { "branch":"v2022-7.4.0"}
20+
"hybridclr" : { "branch":"v7.7.0"},
21+
"il2cpp_plus": { "branch":"v2022-7.7.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.6.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
25+
"hybridclr" : { "branch":"v7.7.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.7.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v7.6.0"},
31-
"il2cpp_plus": { "branch":"v2023-7.4.0"}
30+
"hybridclr" : { "branch":"v7.7.0"},
31+
"il2cpp_plus": { "branch":"v2023-7.7.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.6.0"},
36-
"il2cpp_plus": { "branch":"v6000-7.4.0"}
35+
"hybridclr" : { "branch":"v7.7.0"},
36+
"il2cpp_plus": { "branch":"v6000-7.7.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

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

3+
## 7.7.0
4+
5+
Release Date: 2025-03-12.
6+
7+
### Runtime
8+
9+
- [change] fixed the issue that HYBRIDCLR_ENABLE_PROFILER was disabled in release build
10+
- [fix] fix a crash in PDBImage::SetMethodDebugInfo when GetMethodDataFromCache returns nullptr
11+
- [fix] fix assert bug of InterpreterDelegateInvoke when method->parameters_count - curMethod->parameters_count == 1
12+
- [fix] fix compiler error of initialize constructor code `{a, b}` for `std::tuple<void*,void*>` in PS5
13+
- [opt] removed unnecessary pdb lock in PDBImage
14+
- [change] fix some compiler warnings
15+
- [change] HYBRIDCLR_ENABLE_STRACKTRACE was enabled in both DEBUG and RELEASE build without considering HYBRIDCLR_ENABLE_STRACE_TRACE_IN_WEBGL_RELEASE_BUILD flag.
16+
17+
### Editor
18+
19+
- [fix] fixed hook failed in version below MacOS 11
20+
- [change] CompileDllActiveBuildTarget and GenerateAll use EditorUserBuildSettings.development to compile hot update dll.
21+
- [remove] remove option HybridCLRSettings.enableProfilerInReleaseBuild
22+
- [remove] remove option HybridCLRSettings.enableStraceTraceInWebGLReleaseBuild
23+
324
## 7.6.0
425

526
Release Date: 2025-03-01.

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.6.0",
3+
"version": "7.7.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)