diff --git a/help/Writerside/hi.tree b/help/Writerside/hi.tree
index 614304b..8fd3eb8 100644
--- a/help/Writerside/hi.tree
+++ b/help/Writerside/hi.tree
@@ -22,6 +22,7 @@
+
diff --git a/help/Writerside/topics/update-1-5-0.md b/help/Writerside/topics/update-1-5-0.md
new file mode 100644
index 0000000..5126196
--- /dev/null
+++ b/help/Writerside/topics/update-1-5-0.md
@@ -0,0 +1,5 @@
+# 1.5.0
+
+1.解决转码遇到公共已转函数导致失败部分接口转码失败问题;
+
+2.修复若干问题;
\ No newline at end of file
diff --git a/help/Writerside/topics/下载.md b/help/Writerside/topics/下载.md
index f11528d..8dfcc1b 100644
--- a/help/Writerside/topics/下载.md
+++ b/help/Writerside/topics/下载.md
@@ -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.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) |
diff --git a/src/utils/Constants.h b/src/utils/Constants.h
index 561ccb6..b2ed281 100644
--- a/src/utils/Constants.h
+++ b/src/utils/Constants.h
@@ -14,7 +14,7 @@ namespace Constants {
// 应用版本号(发版时只需修改此处)
// ---------------------------------------------------------------------------
namespace App {
- constexpr char Version[] = "1.4.0";
+ constexpr char Version[] = "1.5.0";
}
// ---------------------------------------------------------------------------
diff --git a/update_info.json b/update_info.json
index 3956c0e..b43831f 100644
--- a/update_info.json
+++ b/update_info.json
@@ -13,5 +13,8 @@
},
"V1.4.0": {
"release_notes": "1.提升业务转码性能;\n2.元数据更新支持增量更新和强制全量更新;\n3.新增代码检索功能;\n4.支持函数调用链路分析;\n5.支持全局文字可选中复制及表格Ctrl+C导出;"
+ },
+ "V1.5.0": {
+ "release_notes": "1.解决转码遇到公共已转函数导致失败部分接口转码失败问题;"
}
}