diff --git a/unity/Assets/core/upm/changelog-hans.md b/unity/Assets/core/upm/changelog-hans.md index 44d92206c5..7e6d2836bb 100644 --- a/unity/Assets/core/upm/changelog-hans.md +++ b/unity/Assets/core/upm/changelog-hans.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases) +## [2.0.3] - 2023-11-02 +1. 重要:遵循Assetstore策略,生成菜单由PuerTS改到了Tools/PuerTS内 +2. 功能:支持dynamic import(即`import()`)#1540 +3. 修复:权限控制的一些bug #1512 +4. 修复:dts生成时关于interface的一些问题 #1541 +5. 修复:返回DateTime类型的函数dts错误的问题 #1565 +6. 修复:xil2cpp模式下对带params构造函数调用出错的问题 #1519 +7. 修复:xil2cpp模式下适配Thread::GetThreadStaticDataForThread参数变更 #1503 +8. 修复:xil2cpp模式下某些类生成出错的问题 #1520 +9. 修复:xil2cpp模式下调用结构体无参构造函数时导致的内存问题 #1563 + ## [2.0.2] - 2023-09-07 1. 修复:静态wrapper里params参数获取到的默认值不正确的问题 @ctxdegithub 2. 修复:使用v8_8.4版本build的问题。unity2020及以下xil2cpp模式armv7可能需要v8_8.4才能编通 #1469 diff --git a/unity/Assets/core/upm/changelog.md b/unity/Assets/core/upm/changelog.md index 8c3abbbc52..c73c7ad5d0 100644 --- a/unity/Assets/core/upm/changelog.md +++ b/unity/Assets/core/upm/changelog.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases) +## [2.0.3] - 2023-11-02 +1. important!: to follow the rules of Assetstore, move the generation menu from `PuerTS` to `Tools/PuerTS` +2. feature: support dynamic import (`import()`) #1540 +3. fix: a bug in access control #1512 +4. fix: a bug about Interface in DTS generation #1541 +5. fix: a bug about functions returning Datetime in DTS generation #1565 +6. fix: a bug in invoking ctors with params in xil2cpp mode #1519 +7. fix: compating the latest Thread::GetThreadStaticDataForThread in xil2cpp mode #1503 +8. fix: some generation error in xil2cpp mode #1520 +9. fix: a memory issue after invoking paramless ctor of valuetype #1563 + ## [2.0.2] - 2023-09-07 1. fix: defaultParam's value is not as expected when StaticWrapper in generated @ctxdegithub 2. fix: could not build puerts with v8_8.4. In Unity2020-, the xil2cpp mode binary with v8_9.4 of android armv7 may not work. #1469 diff --git a/unity/Assets/core/upm/package.json b/unity/Assets/core/upm/package.json index 8da8e69d4f..eae4b7e727 100644 --- a/unity/Assets/core/upm/package.json +++ b/unity/Assets/core/upm/package.json @@ -1,7 +1,7 @@ { "name": "com.tencent.puerts.core", "displayName": "Puerts", - "version": "2.0.0-pre.4", + "version": "2.0.3", "description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)", "keywords": [ "Script"