From 5440aa7d6dd075237772087f3c2ded8ebeb0d3b9 Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Thu, 30 Oct 2025 15:26:47 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.64 --- config.py | 2 +- version_history.json | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.py b/config.py index 5c2eca6..7f1c6fe 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.60" +APP_VERSION = "1.5.64" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 10314f1..6a4cc6a 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.64", + "update_type": "patch", + "content": "[patch] 处理DY安装包打包后图片视频暂存路径部分权限问题 处理编码问题 处理js内置环境dll补充", + "author": "haosicheng", + "commit_hash": "30ac26160ba7dbf90b1f17c9b062f3a965987649", + "commit_short_hash": "30ac2616", + "branch": "develop", + "release_time": "2025-10-30 14:58:17", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.64.exe", + "stats": { + "files_changed": 1, + "lines_added": 2, + "lines_deleted": 1 + } + }, { "version": "1.5.60", "update_type": "patch", @@ -782,21 +798,5 @@ "lines_added": 0, "lines_deleted": 0 } - }, - { - "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 - } } ] \ No newline at end of file