diff --git a/config.py b/config.py index 846d8bc..86522be 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.56" +APP_VERSION = "1.5.58" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 1f0008e..3f106e9 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.58", + "update_type": "patch", + "content": "[patch] 新增自动更新功能 模块 优化更新后打开--不被遮挡", + "author": "haosicheng", + "commit_hash": "e024150c5aaa2d376f7ca371af7f819d6a458ced", + "commit_short_hash": "e024150c", + "branch": "develop", + "release_time": "2025-10-29 15:56:21", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.58.exe", + "stats": { + "files_changed": 1, + "lines_added": 2, + "lines_deleted": 2 + } + }, { "version": "1.5.56", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 16, "lines_deleted": 0 } - }, - { - "version": "1.4.16", - "update_type": "patch", - "content": "强制空提交", - "author": "Gitea Actions", - "commit_hash": "0bdac1bff827a07d3a7894ada990c652ddc3db11", - "commit_short_hash": "0bdac1bf", - "branch": "develop", - "release_time": "2025-10-10 14:18:26", - "download_url": "https://www.baidu.com", - "stats": { - "files_changed": 0, - "lines_added": 0, - "lines_deleted": 0 - } } ] \ No newline at end of file