From 92d69d9166a57e9a1334ca33d9b8947ece1260da Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Tue, 14 Oct 2025 17:53:39 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.27 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index fd39418..52c1c95 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.26" +APP_VERSION = "1.5.27" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 2d2651d..a301437 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.27", + "update_type": "patch", + "content": "[patch] 修正京东丢失客服列表功能", + "author": "Gitea Actions Bot", + "commit_hash": "7312d3f91a5810eae8c6d41688bdc735def78459", + "commit_short_hash": "7312d3f9", + "branch": "develop", + "release_time": "2025-10-14 17:27:26", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.27.exe", + "stats": { + "files_changed": 2, + "lines_added": 82, + "lines_deleted": 1 + } + }, { "version": "1.5.26", "update_type": "patch",