diff --git a/config.py b/config.py index 32d1b62..9964d18 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.70" +APP_VERSION = "1.5.71" # 🔥 多实例运行模式开关 # - True: 测试模式(多实例,不保存token,避免冲突) diff --git a/version_history.json b/version_history.json index e2c3c4f..61d8665 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.71", + "update_type": "patch", + "content": "[skip ci] Update version to v1.5.70", + "author": "Gitea Actions Bot", + "commit_hash": "14991ae2aa2c36ee51e4b8ef080d333712e4faac", + "commit_short_hash": "14991ae2", + "branch": "develop", + "release_time": "2025-11-04 16:45:16", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.71.exe", + "stats": { + "files_changed": 2, + "lines_added": 17, + "lines_deleted": 17 + } + }, { "version": "1.5.70", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 0, "lines_deleted": 1 } - }, - { - "version": "1.4.27", - "update_type": "patch", - "content": "[patch] PDD登录状态GUI回调优化", - "author": "haosicheng", - "commit_hash": "b80e205680655a3c7ea33ae9a5262ebdaeaaf3a2", - "commit_short_hash": "b80e2056", - "branch": "develop", - "release_time": "2025-10-11 10:15:01", - "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.27.exe", - "stats": { - "files_changed": 1, - "lines_added": 4, - "lines_deleted": 0 - } } ] \ No newline at end of file