[version] 发布v3.1.1版本

main v3.1.1
walon 2023-06-12 10:34:00 +08:00
parent c09dad4ae1
commit 1459992ec4
3 changed files with 17 additions and 6 deletions

View File

@ -2,18 +2,18 @@
"versions": [ "versions": [
{ {
"unity_version":"2020", "unity_version":"2020",
"hybridclr" : { "branch":"v3.1.0"}, "hybridclr" : { "branch":"v3.1.1"},
"il2cpp_plus": { "branch":"v2020-3.0.0"} "il2cpp_plus": { "branch":"v2020-3.0.0"}
}, },
{ {
"unity_version":"2021", "unity_version":"2021",
"hybridclr" : { "branch":"v3.1.0"}, "hybridclr" : { "branch":"v3.1.1"},
"il2cpp_plus": { "branch":"v2021-3.0.1"} "il2cpp_plus": { "branch":"v2021-3.0.2"}
}, },
{ {
"unity_version":"2022", "unity_version":"2022",
"hybridclr" : { "branch":"v3.1.0"}, "hybridclr" : { "branch":"v3.1.1"},
"il2cpp_plus": { "branch":"v2022-3.0.1"} "il2cpp_plus": { "branch":"v2022-3.0.2"}
} }
] ]
} }

View File

@ -1,5 +1,16 @@
# 发布日志 # 发布日志
## 3.1.1
- [fix] 修复 Win32、Android32、WebGL平台的编译错误
- [fix] 修复计算桥接函数时未考虑到补充元数据泛型实例化会导致访问到一些非公开的函数的情况,导致少生成一些必要的桥接函数
- [fix] 修复2021及更高版本InterpreterModule::Managed2NativeCallByReflectionInvoke调用值类型成员函数时对this指针多余this=this-1操作。
- [fix] 修复解析CustomAttribute中Enum[]类型字段的bug
- [fix] 修复2021及更高版本反射调用值类型 close Delegate的Invoke函数时未修复target指针的bug
- [opt] 生成AOTGenericReferences时补充元数据assembly列表由注释改成List<string>列表,方便在代码中直接使用。
- [new] 新增对增量式GC宏的检查避免build.gradle中意外开启增量式GC引发的极其隐蔽的问题
- [change] CheckSettings中不再自动设置Api Compatible Level
## 3.1.0 ## 3.1.0
### 改动 ### 改动

View File

@ -1,6 +1,6 @@
{ {
"name": "com.code-philosophy.hybridclr", "name": "com.code-philosophy.hybridclr",
"version": "3.1.0", "version": "3.1.1",
"displayName": "HybridCLR", "displayName": "HybridCLR",
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
"category": "Runtime", "category": "Runtime",