diff --git a/config.py b/config.py index 93ba36e..6c27cdc 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.69" +APP_VERSION = "1.5.70" # 🔥 多实例运行模式开关 # - True: 测试模式(多实例,不保存token,避免冲突) diff --git a/version_history.json b/version_history.json index 9560a9b..e2c3c4f 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.70", + "update_type": "patch", + "content": "[skip ci] Update version to v1.5.69", + "author": "Gitea Actions Bot", + "commit_hash": "32a17fb255f3ace34262c8b34679b2129147f01c", + "commit_short_hash": "32a17fb2", + "branch": "jiang", + "release_time": "2025-11-04 14:24:14", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.70.exe", + "stats": { + "files_changed": 2, + "lines_added": 17, + "lines_deleted": 17 + } + }, { "version": "1.5.69", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 4, "lines_deleted": 0 } - }, - { - "version": "1.4.26", - "update_type": "patch", - "content": "[patch] PDD登录状态GUI回调优化", - "author": "haosicheng", - "commit_hash": "80e9bba722b0f4ffcd0b93c8bf301d356b2e6b40", - "commit_short_hash": "80e9bba7", - "branch": "develop", - "release_time": "2025-10-11 10:13:06", - "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.26.exe", - "stats": { - "files_changed": 1, - "lines_added": 11, - "lines_deleted": 2 - } } ] \ No newline at end of file