From 84ed2e6b9d0e476b1da70ea1f4e4b1e7c33ae7f8 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 1 Nov 2023 22:37:15 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.11=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data~/hybridclr_version.json | 12 ++++++------ RELEASELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index e7b313f..736d68a 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,18 +2,18 @@ "versions": [ { "unity_version":"2020", - "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2020-4.0.3"} + "hybridclr" : { "branch":"v4.0.7"}, + "il2cpp_plus": { "branch":"v2020-4.0.4"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2021-4.0.4"} + "hybridclr" : { "branch":"v4.0.7"}, + "il2cpp_plus": { "branch":"v2021-4.0.5"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2022-4.0.5"} + "hybridclr" : { "branch":"v4.0.7"}, + "il2cpp_plus": { "branch":"v2022-4.0.6"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 5c82547..a8a53b1 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,24 @@ # 发布日志 +## 4.0.11 + +发布日期 2023.11.02 + +### Runtime + +- [fix] 修复开启完全泛型共享后, 对于某些MethodInfo,由于methodPointer与virtualMethodPointer使用补充元数据后的解释器函数,而invoker_method仍然为支持完全泛型共享的调用形式,导致invoker_method与methodPointer及virtualMethodPointer不匹配的bug +- [fix] 修复Il2CppGenericContextCompare比较时仅仅对比inst指针的bug,造成热更新模块大量泛型函数重复 +- [fix] 修复完全泛型共享时未正确设置MethodInfo的bug + +### Editor + +- [new] 检查当前安装的libil2cpp版本是否与package版本匹配,避免升级package后未重新install的问题 +- [new] Generate支持 netstandard +- [fix] 修复 ReversePInvokeWrap生成不必要地解析referenced dll,导致如果有aot dll引用了netstandard会出现解析错误的bug +- [fix] 修复BashUtil.RemoveDir在偶然情况下出现删除目录失败的问题。新增多次重试 +- [fix] 修复桥接函数计算时未归结函数参数类型,导致出现多个同名签名的bug + + ## 4.0.10 发布日期 2023.10.12. diff --git a/package.json b/package.json index fd039ae..9a7e257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.10", + "version": "4.0.11", "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",