diff --git a/config.py b/config.py index 794d341..39217e2 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.35" +APP_VERSION = "1.5.36" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index deecccd..742062f 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.36", + "update_type": "patch", + "content": "[patch] 新增用户余额不足 交互模式代码", + "author": "haosicheng", + "commit_hash": "8eb03ddedcad2d276ad1f2d4aa68252f963633c2", + "commit_short_hash": "8eb03dde", + "branch": "develop", + "release_time": "2025-10-17 17:38:19", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.36.exe", + "stats": { + "files_changed": 4, + "lines_added": 225, + "lines_deleted": 77 + } + }, { "version": "1.5.35", "update_type": "patch",