From 8f1b51ef4f7b7a832c06e008afea81a000d144cc Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Tue, 28 Oct 2025 17:40:46 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.55 --- config.py | 2 +- version_history.json | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.py b/config.py index 933bfc3..b09b47d 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.54" +APP_VERSION = "1.5.55" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 7e3f87c..6ea0589 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.55", + "update_type": "patch", + "content": "[patch] 新增自动更新功能 模块Test-center", + "author": "haosicheng", + "commit_hash": "16d5d95c4ef1dd29537a718de5c87fb4f2aa4f48", + "commit_short_hash": "16d5d95c", + "branch": "develop", + "release_time": "2025-10-28 17:16:13", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.55.exe", + "stats": { + "files_changed": 2, + "lines_added": 133, + "lines_deleted": 32 + } + }, { "version": "1.5.54", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 0, "lines_deleted": 0 } - }, - { - "version": "1.4.14", - "update_type": "patch", - "content": "强制空提交", - "author": "Gitea Actions", - "commit_hash": "8eb17baf35fd83015d184ea1676314076a90234b", - "commit_short_hash": "8eb17baf", - "branch": "develop", - "release_time": "2025-10-10 13:47:31", - "download_url": "https://www.baidu.com", - "stats": { - "files_changed": 0, - "lines_added": 0, - "lines_deleted": 0 - } } ] \ No newline at end of file