From a9cb0c6b4ffd5613695b72c29a507c409d489a54 Mon Sep 17 00:00:00 2001 From: jjz Date: Fri, 10 Oct 2025 14:39:19 +0800 Subject: [PATCH] [skip ci] Update version to v1.4.21 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index a5040f7..19b557b 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.19" +APP_VERSION = "1.4.21" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 547a333..be9359d 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.4.21", + "update_type": "patch", + "content": "强制空提交", + "author": "Gitea Actions", + "commit_hash": "95acd6e76a7a8ed96c92ae9f55a5ae43f913ddac", + "commit_short_hash": "95acd6e7", + "branch": "develop", + "release_time": "2025-10-10 14:39:17", + "download_url": "https://www.baidu.com", + "stats": { + "files_changed": 0, + "lines_added": 0, + "lines_deleted": 0 + } + }, { "version": "1.4.19", "update_type": "patch",