diff --git a/config.py b/config.py index 88228ff..0d5ffe5 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.27" +APP_VERSION = "1.4.28" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index f261ae0..9e1c94e 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.4.28", + "update_type": "patch", + "content": "[patch] PDD登录状态GUI回调优化 与 非原生git指令导致check任务失败", + "author": "haosicheng", + "commit_hash": "c6ae22c7e10ff560a117f7dec0929f43c224d720", + "commit_short_hash": "c6ae22c7", + "branch": "develop", + "release_time": "2025-10-11 10:17:19", + "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.28.exe", + "stats": { + "files_changed": 1, + "lines_added": 0, + "lines_deleted": 1 + } + }, { "version": "1.4.27", "update_type": "patch",