From 286fa4e6976a6e7c1749dd96710c93059b90ee8f Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 9 Oct 2025 17:24:44 +0800 Subject: [PATCH] [skip ci] Update version to --- config.py | 2 +- version_history.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 1683778..b44f970 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.4" # 应用版本号(用于版本检查) +APP_VERSION = "1.4.5" # 应用版本号(用于版本检查) # GUI配置 WINDOW_TITLE = "AI回复连接入口-V1.0" diff --git a/version_history.json b/version_history.json index cafc838..b0f8b38 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,19 @@ [ + { + "version": "1.4.5", + "update_type": "patch", + "content": "修改网络问题", + "author": "Gitea Actions", + "commit_hash": "39ba4f93241e2121578518712250582a8345304b", + "commit_short_hash": "39ba4f93", + "branch": "master", + "release_time": "2025-10-09 17:24:42", + "stats": { + "files_changed": 1, + "lines_added": 5, + "lines_deleted": 1 + } + }, { "version": "1.4.4", "update_type": "patch",