From bdd3e125a0042eed0aa2e5a51959a2aaec4495ba Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Tue, 14 Oct 2025 18:38:16 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.28 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 52c1c95..bc30f95 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.27" +APP_VERSION = "1.5.28" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index a301437..e08778f 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.28", + "update_type": "patch", + "content": "[patch] 修改打包逻辑 优化js代码因环境不兼容问题处理方案开发", + "author": "haosicheng", + "commit_hash": "9a4e2bba7982129b4c0f305482dac0d0e97dfb24", + "commit_short_hash": "9a4e2bba", + "branch": "develop", + "release_time": "2025-10-14 18:07:38", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.28.exe", + "stats": { + "files_changed": 3, + "lines_added": 5, + "lines_deleted": 5 + } + }, { "version": "1.5.27", "update_type": "patch",