From 32a17fb255f3ace34262c8b34679b2129147f01c Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Mon, 3 Nov 2025 16:13:35 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.69 --- config.py | 2 +- version_history.json | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.py b/config.py index a72df90..93ba36e 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.67" +APP_VERSION = "1.5.69" # 🔥 多实例运行模式开关 # - True: 测试模式(多实例,不保存token,避免冲突) diff --git a/version_history.json b/version_history.json index 8da9907..9560a9b 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.69", + "update_type": "patch", + "content": "[patch] 修复因自动更新回归代码config.py因覆盖逻辑导致的新增代码被覆盖的逻辑", + "author": "kris 郝", + "commit_hash": "4f17092305e1f73e7c19b28d751d5bbaf6895022", + "commit_short_hash": "4f170923", + "branch": "develop", + "release_time": "2025-11-03 15:51:19", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.69.exe", + "stats": { + "files_changed": 1, + "lines_added": 25, + "lines_deleted": 15 + } + }, { "version": "1.5.67", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 11, "lines_deleted": 2 } - }, - { - "version": "1.4.24", - "update_type": "patch", - "content": "[patch] 优化打包逻辑 控制变量为日志产出 和 安装包整合路径统一", - "author": "haosicheng", - "commit_hash": "31ca5d0819f8f7da907a78f99a22bcc09fb12296", - "commit_short_hash": "31ca5d08", - "branch": "develop", - "release_time": "2025-10-10 16:17:35", - "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.24.exe", - "stats": { - "files_changed": 2, - "lines_added": 31, - "lines_deleted": 47 - } } ] \ No newline at end of file