From 95534f5304e0c182188c9044efa709e89ed1bbf0 Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Sat, 11 Oct 2025 15:30:34 +0800 Subject: [PATCH] [skip ci] Update version to v1.4.29 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 0d5ffe5..4403a82 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.28" +APP_VERSION = "1.4.29" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 9e1c94e..e1ce543 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.4.29", + "update_type": "patch", + "content": "[skip ci] Update version to v1.4.28", + "author": "Gitea Actions Bot", + "commit_hash": "2dd384e8e48ed7f142bae43821b08db862c2bcca", + "commit_short_hash": "2dd384e8", + "branch": "develop", + "release_time": "2025-10-11 15:30:32", + "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.29.exe", + "stats": { + "files_changed": 2, + "lines_added": 17, + "lines_deleted": 1 + } + }, { "version": "1.4.28", "update_type": "patch",