From aab2a6767e29d9416570b28508febb762d7ba87c Mon Sep 17 00:00:00 2001 From: jjz Date: Fri, 10 Oct 2025 14:32:04 +0800 Subject: [PATCH] [skip ci] Update version to v1.4.19 --- config.py | 2 +- version_history.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 861edca..a5040f7 100644 --- a/config.py +++ b/config.py @@ -42,7 +42,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.4.7" +APP_VERSION = "1.4.19" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 0b775c5..547a333 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.4.19", + "update_type": "patch", + "content": "Merge branch 'develop' of http://120.92.90.209:3000/magua/shuidrop_gui into develop", + "author": "Gitea Actions", + "commit_hash": "00391fba67f142e9b6966141a712c9719887e295", + "commit_short_hash": "00391fba", + "branch": "develop", + "release_time": "2025-10-10 14:32:03", + "download_url": "https://www.baidu.com", + "stats": { + "files_changed": 1, + "lines_added": 16, + "lines_deleted": 0 + } + }, { "version": "1.4.18", "update_type": "patch",