diff --git a/config.py b/config.py index 19ce57f..6d86b28 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.7" # 应用版本号(用于版本检查) +APP_VERSION = "1.4.8" # 应用版本号(用于版本检查) # GUI配置 WINDOW_TITLE = "AI回复连接入口-V1.0" diff --git a/version_history.json b/version_history.json index 17fe607..fe6b4d5 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,19 @@ [ + { + "version": "1.4.8", + "update_type": "patch", + "content": "强制空提交", + "author": "Gitea Actions", + "commit_hash": "2ba26b79dd43512e13cee8600f7e35441d3e9f92", + "commit_short_hash": "2ba26b79", + "branch": "master", + "release_time": "2025-10-09 17:52:04", + "stats": { + "files_changed": 0, + "lines_added": 0, + "lines_deleted": 0 + } + }, { "version": "1.4.7", "update_type": "patch",