diff --git a/config.py b/config.py index b44f970..03c1f28 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.5" # 应用版本号(用于版本检查) +APP_VERSION = "1.4.6" # 应用版本号(用于版本检查) # GUI配置 WINDOW_TITLE = "AI回复连接入口-V1.0" diff --git a/version_history.json b/version_history.json index b0f8b38..19733ec 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,19 @@ [ + { + "version": "1.4.6", + "update_type": "patch", + "content": "解决job构建失败的问题", + "author": "Gitea Actions", + "commit_hash": "2734d375c244fa6b8ef8925cf3d2982751168f4e", + "commit_short_hash": "2734d375", + "branch": "master", + "release_time": "2025-10-09 17:30:35", + "stats": { + "files_changed": 1, + "lines_added": 9, + "lines_deleted": 26 + } + }, { "version": "1.4.5", "update_type": "patch",