From f7606f09cfb3d29d73ece590d59b3271fd540704 Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Sat, 18 Oct 2025 17:45:47 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.38 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 39217e2..16452a4 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.36" +APP_VERSION = "1.5.38" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 742062f..ff6eaa7 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.38", + "update_type": "patch", + "content": "[patch] 处理PDD登录时get_auth_token方法报出的response返回异常未处理报错问题", + "author": "haosicheng", + "commit_hash": "449ebf83cbf88852ca6918420f8a4e491dcdeaa4", + "commit_short_hash": "449ebf83", + "branch": "develop", + "release_time": "2025-10-18 17:15:36", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.38.exe", + "stats": { + "files_changed": 1, + "lines_added": 2, + "lines_deleted": 0 + } + }, { "version": "1.5.36", "update_type": "patch",