From 528240b52b4874c5c8d1b918deb3ab8439134e79 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 12 Mar 2025 15:29:30 +0800 Subject: [PATCH] [version] Release v7.7.0 --- Data~/hybridclr_version.json | 28 ++++++++++++++-------------- RELEASELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 36 insertions(+), 15 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index ea2cca0..27207c5 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,38 +2,38 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2019-7.6.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2019-7.7.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2020-7.6.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2020-7.7.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2021-7.6.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2021-7.7.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2022-7.4.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2022-7.7.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2022-tuanjie-7.7.0"} }, { "unity_version":"2023", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v2023-7.4.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v2023-7.7.0"} }, { "unity_version":"6000", - "hybridclr" : { "branch":"v7.6.0"}, - "il2cpp_plus": { "branch":"v6000-7.4.0"} + "hybridclr" : { "branch":"v7.7.0"}, + "il2cpp_plus": { "branch":"v6000-7.7.0"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 4f566c8..cb83115 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,26 @@ # ReleaseLog +## 7.7.0 + +Release Date: 2025-03-12. + +### Runtime + +- [change] fixed the issue that HYBRIDCLR_ENABLE_PROFILER was disabled in release build +- [fix] fix a crash in PDBImage::SetMethodDebugInfo when GetMethodDataFromCache returns nullptr +- [fix] fix assert bug of InterpreterDelegateInvoke when method->parameters_count - curMethod->parameters_count == 1 +- [fix] fix compiler error of initialize constructor code `{a, b}` for `std::tuple` in PS5 +- [opt] removed unnecessary pdb lock in PDBImage +- [change] fix some compiler warnings +- [change] HYBRIDCLR_ENABLE_STRACKTRACE was enabled in both DEBUG and RELEASE build without considering HYBRIDCLR_ENABLE_STRACE_TRACE_IN_WEBGL_RELEASE_BUILD flag. + +### Editor + +- [fix] fixed hook failed in version below MacOS 11 +- [change] CompileDllActiveBuildTarget and GenerateAll use EditorUserBuildSettings.development to compile hot update dll. +- [remove] remove option HybridCLRSettings.enableProfilerInReleaseBuild +- [remove] remove option HybridCLRSettings.enableStraceTraceInWebGLReleaseBuild + ## 7.6.0 Release Date: 2025-03-01. diff --git a/package.json b/package.json index abd81c8..f8b3e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.6.0", + "version": "7.7.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",