Skip to content

Commit

Permalink
[unity] changelog for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Nov 2, 2023
1 parent 3c5b747 commit 07b5cba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions unity/Assets/core/upm/changelog-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unity/Assets/core/upm/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 07b5cba

Please sign in to comment.