Skip to content

Commit

Permalink
v3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qjfoidnh committed Jan 7, 2025
1 parent d982495 commit 3cc4361
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 关闭秒传转存功能
- 修复常规转存失败
Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3cc4361

Please sign in to comment.