From 3cc4361f9f319a1f9fe6785035306d2bb53f2308 Mon Sep 17 00:00:00 2001 From: qjfoidnh Date: Tue, 7 Jan 2025 23:24:26 +0800 Subject: [PATCH] v3.9.7 --- README.md | 4 ++++ main.go | 3 +-- versioninfo.json | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7668a49..a2c4f32 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ iikira/BaiduPCS-Go was largely inspired by [GangZhuo/BaiduPCS](https://github.co [离线下载](#离线下载), 支持http/https/ftp/电驴/磁力链协议. # 版本更新 +**2025.01.07** v3.9.7 +- fix #359, #360 +- fix #339 + **2024.12.14** v3.9.6 - 关闭秒传转存功能 - 修复常规转存失败 diff --git a/main.go b/main.go index b87de39..7d00771 100644 --- a/main.go +++ b/main.go @@ -55,8 +55,7 @@ const ( var ( // Version 版本号 - //Version = "v3.9.4-devel" - Version = "v3.9.6-devel" + Version = "v3.9.7-devel" historyFilePath = filepath.Join(pcsconfig.GetConfigDir(), "pcs_command_history.txt") reloadFn = func(c *cli.Context) error { diff --git a/versioninfo.json b/versioninfo.json index c16e71c..de65007 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 3, "Minor": 9, - "Patch": 6, + "Patch": 7, "Build": 0 }, "ProductVersion": { "Major": 3, "Minor": 9, - "Patch": 6, + "Patch": 7, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "qjfoidnh", "FileDescription": "百度网盘客户端(加强版)", - "FileVersion": "v3.9.6", + "FileVersion": "v3.9.7", "InternalName": "", "LegalCopyright": "© 2016-2020 iikira.", "LegalTrademarks": "", "OriginalFilename": "", "PrivateBuild": "", "ProductName": "BaiduPCS-Go", - "ProductVersion": "v3.9.6", + "ProductVersion": "v3.9.7", "SpecialBuild": "" }, "VarFileInfo": {