From 8f30ab979001fb948f0ed72cb2c39222b12aed9d Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 9 Oct 2025 17:21:38 +0800 Subject: [PATCH] [skip ci] Update version to --- config.py | 2 +- version_history.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 version_history.json diff --git a/config.py b/config.py index b17c154..1683778 100644 --- a/config.py +++ b/config.py @@ -37,7 +37,7 @@ FUTURE_TIMEOUT = 300 # 5分钟 # 终端日志配置(简化) LOG_LEVEL = "INFO" VERSION = "1.0" -APP_VERSION = "1.0.1" # 应用版本号(用于版本检查) +APP_VERSION = "1.4.4" # 应用版本号(用于版本检查) # GUI配置 WINDOW_TITLE = "AI回复连接入口-V1.0" diff --git a/version_history.json b/version_history.json new file mode 100644 index 0000000..cafc838 --- /dev/null +++ b/version_history.json @@ -0,0 +1,32 @@ +[ + { + "version": "1.4.4", + "update_type": "patch", + "content": "修改网络问题", + "author": "jjz", + "commit_hash": "41b686fff62d15c197c52e7b47d2ff57826ad00a", + "commit_short_hash": "41b686ff", + "branch": "master", + "release_time": "2025-10-09 17:21:36", + "stats": { + "files_changed": 1, + "lines_added": 11, + "lines_deleted": 11 + } + }, + { + "version": "1.4.3", + "update_type": "patch", + "content": "修改网络问题", + "author": "jjz", + "commit_hash": "a925ca2c991b9877bfd05753da95b78895a68f31", + "commit_short_hash": "a925ca2c", + "branch": "master", + "release_time": "2025-10-09 17:20:07", + "stats": { + "files_changed": 1, + "lines_added": 19, + "lines_deleted": 11 + } + } +] \ No newline at end of file