diff --git a/config.py b/config.py index bc6b563..5c2eca6 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.59" +APP_VERSION = "1.5.60" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 14594d2..10314f1 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.60", + "update_type": "patch", + "content": "[skip ci] Update version to v1.5.59", + "author": "Gitea Actions Bot", + "commit_hash": "a807bdb74de2cb1934dac1d7b83109407877acd6", + "commit_short_hash": "a807bdb7", + "branch": "develop", + "release_time": "2025-10-30 09:25:26", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.60.exe", + "stats": { + "files_changed": 2, + "lines_added": 17, + "lines_deleted": 17 + } + }, { "version": "1.5.59", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 16, "lines_deleted": 0 } - }, - { - "version": "1.4.18", - "update_type": "patch", - "content": "[patch] 增强版本更新日志输出", - "author": "Gitea Actions", - "commit_hash": "e60c99d81ee0dc5f4c8817591a47f5364b8b1e55", - "commit_short_hash": "e60c99d8", - "branch": "develop", - "release_time": "2025-10-10 14:27:27", - "download_url": "https://www.baidu.com", - "stats": { - "files_changed": 1, - "lines_added": 31, - "lines_deleted": 5 - } } ] \ No newline at end of file