1.解决转码遇到公共已转函数导致失败部分接口转码失败问题;

This commit is contained in:
taocong
2026-08-07 16:26:24 +08:00
parent 08efc50c3f
commit 0fddcbea81
5 changed files with 11 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@
</toc-element> </toc-element>
<toc-element topic="元数据更新.md"/> <toc-element topic="元数据更新.md"/>
<toc-element topic="更新记录.md"> <toc-element topic="更新记录.md">
<toc-element topic="update-1-5-0.md"/>
<toc-element topic="update-1-4-0.md"/> <toc-element topic="update-1-4-0.md"/>
<toc-element topic="update-1-3-0.md"/> <toc-element topic="update-1-3-0.md"/>
<toc-element topic="update-1-2-0.md"/> <toc-element topic="update-1-2-0.md"/>
+5
View File
@@ -0,0 +1,5 @@
# 1.5.0
1.解决转码遇到公共已转函数导致失败部分接口转码失败问题;
2.修复若干问题;
+1
View File
@@ -14,6 +14,7 @@
| 版本 | 更新日期 | 全量包 | 增量包 | | 版本 | 更新日期 | 全量包 | 增量包 |
|-------|------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| |-------|------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| 1.5.0 | 2026-08-07 | [Uft30ChangeCode-1.5.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.5.0.zip) | [Uft30ChangeCode-1.5.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.5.0-update.zip) |
| 1.4.0 | 2026-07-21 | [Uft30ChangeCode-1.4.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0.zip) | [Uft30ChangeCode-1.4.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0-update.zip) | | 1.4.0 | 2026-07-21 | [Uft30ChangeCode-1.4.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0.zip) | [Uft30ChangeCode-1.4.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0-update.zip) |
| 1.3.0 | 2026-07-07 | [Uft30ChangeCode-1.3.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0.zip) | [Uft30ChangeCode-1.3.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0-update.zip) | | 1.3.0 | 2026-07-07 | [Uft30ChangeCode-1.3.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0.zip) | [Uft30ChangeCode-1.3.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0-update.zip) |
| 1.2.0 | 2026-07-02 | [Uft30ChangeCode-1.2.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0.zip) | [Uft30ChangeCode-1.2.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0-update.zip) | | 1.2.0 | 2026-07-02 | [Uft30ChangeCode-1.2.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0.zip) | [Uft30ChangeCode-1.2.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0-update.zip) |
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Constants {
// 应用版本号(发版时只需修改此处) // 应用版本号(发版时只需修改此处)
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
namespace App { namespace App {
constexpr char Version[] = "1.4.0"; constexpr char Version[] = "1.5.0";
} }
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
+3
View File
@@ -13,5 +13,8 @@
}, },
"V1.4.0": { "V1.4.0": {
"release_notes": "1.提升业务转码性能;\n2.元数据更新支持增量更新和强制全量更新;\n3.新增代码检索功能;\n4.支持函数调用链路分析;\n5.支持全局文字可选中复制及表格Ctrl+C导出;" "release_notes": "1.提升业务转码性能;\n2.元数据更新支持增量更新和强制全量更新;\n3.新增代码检索功能;\n4.支持函数调用链路分析;\n5.支持全局文字可选中复制及表格Ctrl+C导出;"
},
"V1.5.0": {
"release_notes": "1.解决转码遇到公共已转函数导致失败部分接口转码失败问题;"
} }
} }