File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ iikira/BaiduPCS-Go was largely inspired by [GangZhuo/BaiduPCS](https://github.co
9797[ 离线下载] ( #离线下载 ) , 支持http/https/ftp/电驴/磁力链协议.
9898
9999# 版本更新
100+ ** 2025.01.07** v3.9.7
101+ - fix #359 , #360
102+ - fix #339
103+
100104** 2024.12.14** v3.9.6
101105- 关闭秒传转存功能
102106- 修复常规转存失败
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ const (
5555
5656var (
5757 // Version 版本号
58- //Version = "v3.9.4-devel"
59- Version = "v3.9.6-devel"
58+ Version = "v3.9.7-devel"
6059
6160 historyFilePath = filepath .Join (pcsconfig .GetConfigDir (), "pcs_command_history.txt" )
6261 reloadFn = func (c * cli.Context ) error {
Original file line number Diff line number Diff line change 33 "FileVersion" : {
44 "Major" : 3 ,
55 "Minor" : 9 ,
6- "Patch" : 6 ,
6+ "Patch" : 7 ,
77 "Build" : 0
88 },
99 "ProductVersion" : {
1010 "Major" : 3 ,
1111 "Minor" : 9 ,
12- "Patch" : 6 ,
12+ "Patch" : 7 ,
1313 "Build" : 0
1414 },
1515 "FileFlagsMask" : " 3f" ,
2222 "Comments" : " " ,
2323 "CompanyName" : " qjfoidnh" ,
2424 "FileDescription" : " 百度网盘客户端(加强版)" ,
25- "FileVersion" : " v3.9.6 " ,
25+ "FileVersion" : " v3.9.7 " ,
2626 "InternalName" : " " ,
2727 "LegalCopyright" : " © 2016-2020 iikira." ,
2828 "LegalTrademarks" : " " ,
2929 "OriginalFilename" : " " ,
3030 "PrivateBuild" : " " ,
3131 "ProductName" : " BaiduPCS-Go" ,
32- "ProductVersion" : " v3.9.6 " ,
32+ "ProductVersion" : " v3.9.7 " ,
3333 "SpecialBuild" : " "
3434 },
3535 "VarFileInfo" : {
You can’t perform that action at this time.
0 commit comments