From 9ff009712acdabca5146c57b63317076282aa56c Mon Sep 17 00:00:00 2001 From: jjz Date: Fri, 10 Oct 2025 15:35:24 +0800 Subject: [PATCH] [skip ci] Update version to v1.4.23 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 15c2f2b..479ed54 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.22" +APP_VERSION = "1.4.23" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index d9aa900..34e715a 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.4.23", + "update_type": "patch", + "content": "Merge remote-tracking branch 'origin/develop' into develop", + "author": "haosicheng", + "commit_hash": "0d9ab498b1bb8df1372e028978f69ad096f47869", + "commit_short_hash": "0d9ab498", + "branch": "develop", + "release_time": "2025-10-10 15:35:22", + "download_url": "https://shuidrop.com/download/gui/ShuiDi_AI_Assistant_Setup_v1.4.23.exe", + "stats": { + "files_changed": 5, + "lines_added": 200, + "lines_deleted": 11 + } + }, { "version": "1.4.22", "update_type": "patch",