From 43b54a99c7583a8d31989738c83e9fe605a0c336 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 9 Oct 2025 17:36:04 +0800 Subject: [PATCH] [skip ci] Update version to 1.4.7 --- config.py | 2 +- version_history.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 03c1f28..19ce57f 100644 --- a/config.py +++ b/config.py @@ -37,7 +37,7 @@ FUTURE_TIMEOUT = 300 # 5分钟 # 终端日志配置(简化) LOG_LEVEL = "INFO" VERSION = "1.0" -APP_VERSION = "1.4.6" # 应用版本号(用于版本检查) +APP_VERSION = "1.4.7" # 应用版本号(用于版本检查) # GUI配置 WINDOW_TITLE = "AI回复连接入口-V1.0" diff --git a/version_history.json b/version_history.json index 19733ec..17fe607 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,19 @@ [ + { + "version": "1.4.7", + "update_type": "patch", + "content": "解决job构建失败的问题", + "author": "Gitea Actions", + "commit_hash": "cab5b606a9728871de830dbf3f8c01361071ef02", + "commit_short_hash": "cab5b606", + "branch": "master", + "release_time": "2025-10-09 17:36:03", + "stats": { + "files_changed": 1, + "lines_added": 23, + "lines_deleted": 13 + } + }, { "version": "1.4.6", "update_type": "patch",