From 67bf1e49d97ac4903a78a89126636291725d903d Mon Sep 17 00:00:00 2001 From: qjfoidnh Date: Fri, 21 May 2021 17:21:29 +0800 Subject: [PATCH] v3.8.0 --- README.md | 6 ++++++ main.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8157a9..e5cab5e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,12 @@ iikira/BaiduPCS-Go was largely inspired by [GangZhuo/BaiduPCS](https://github.co # 版本更新 +**2021.5.21** v3.8.0: +- fix 上传到100M左右自动回滚(待测试) +- fix 个别正常的秒传链接无法转存 +- fix 文件名含有百分号导出异常 +- 优化上传重试策略(待测试) + **2021.4.14** v3.7.9: - fix 上传时异常退出导致无法加载断点信息 - fix 上传偶发出现0B/s卡住 diff --git a/main.go b/main.go index 03f31d2..e000c43 100644 --- a/main.go +++ b/main.go @@ -55,7 +55,7 @@ const ( var ( // Version 版本号 - Version = "v3.7.9-devel" + Version = "v3.8.0-devel" historyFilePath = filepath.Join(pcsconfig.GetConfigDir(), "pcs_command_history.txt") reloadFn = func(c *cli.Context) error {