diff --git a/config.py b/config.py index 924d3a9..77e50a8 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.28" +APP_VERSION = "1.5.30" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index e08778f..7e689ef 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.30", + "update_type": "patch", + "content": "[patch] 优化提交检测合并逻辑", + "author": "haosicheng", + "commit_hash": "340670742c41a6de65a76fb24b25959c82618793", + "commit_short_hash": "34067074", + "branch": "develop", + "release_time": "2025-10-15 09:55:32", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.30.exe", + "stats": { + "files_changed": 1, + "lines_added": 19, + "lines_deleted": 2 + } + }, { "version": "1.5.28", "update_type": "patch",