From 67f83e94dc672b9b09ba267323632f34d958fd6e Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Fri, 17 Oct 2025 16:14:35 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.34 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index d7d29d7..e26ae25 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.33" +APP_VERSION = "1.5.34" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 01298dc..df1bfbf 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.34", + "update_type": "patch", + "content": "[patch] config配置修改 ping机制", + "author": "haosicheng", + "commit_hash": "fe2b29da9c483ae82d6e7f6a95c66f561683731f", + "commit_short_hash": "fe2b29da", + "branch": "develop", + "release_time": "2025-10-17 15:50:54", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.34.exe", + "stats": { + "files_changed": 1, + "lines_added": 4, + "lines_deleted": 3 + } + }, { "version": "1.5.33", "update_type": "patch",