[skip ci] Update version to

This commit is contained in:
Gitea Actions
2025-10-09 17:30:36 +08:00
parent 2734d375c2
commit 0c6d0608c5
2 changed files with 16 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ FUTURE_TIMEOUT = 300 # 5分钟
# 终端日志配置(简化) # 终端日志配置(简化)
LOG_LEVEL = "INFO" LOG_LEVEL = "INFO"
VERSION = "1.0" VERSION = "1.0"
APP_VERSION = "1.4.5" # 应用版本号(用于版本检查) APP_VERSION = "1.4.6" # 应用版本号(用于版本检查)
# GUI配置 # GUI配置
WINDOW_TITLE = "AI回复连接入口-V1.0" WINDOW_TITLE = "AI回复连接入口-V1.0"

View File

@@ -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", "version": "1.4.5",
"update_type": "patch", "update_type": "patch",