diff --git a/config.py b/config.py index 479ed54..bc6e726 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.23" +APP_VERSION = "1.4.24" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 34e715a..20068a5 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "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 + } + }, { "version": "1.4.23", "update_type": "patch",