diff --git a/config.py b/config.py index 4f54a9d..14ca22c 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.25" +APP_VERSION = "1.5.26" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index df6bd74..2d2651d 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.26", + "update_type": "patch", + "content": "[skip ci] Update version to v1.5.25", + "author": "Gitea Actions Bot", + "commit_hash": "5e9e87bbba56a98f27e1d115018c856e1e266f3f", + "commit_short_hash": "5e9e87bb", + "branch": "develop", + "release_time": "2025-10-13 17:07:40", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.26.exe", + "stats": { + "files_changed": 2, + "lines_added": 17, + "lines_deleted": 1 + } + }, { "version": "1.5.25", "update_type": "patch",