diff --git a/config.py b/config.py index f410bfe..2a11d44 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.38" +APP_VERSION = "1.5.43" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index ff6eaa7..a1cf794 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.43", + "update_type": "patch", + "content": "[patch] 禁用ks3代理", + "author": "haosicheng", + "commit_hash": "cf72bc68271a7952940bc07b24b5b9f3b73250ae", + "commit_short_hash": "cf72bc68", + "branch": "develop", + "release_time": "2025-10-21 16:19:34", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.43.exe", + "stats": { + "files_changed": 1, + "lines_added": 1, + "lines_deleted": 5 + } + }, { "version": "1.5.38", "update_type": "patch",