Skip to content

Commit

Permalink
v3.5.6
Browse files Browse the repository at this point in the history
fix #418,
fix #417,
fix #416,
fix #411,
fix #409,
fix #399
  • Loading branch information
iikira committed Sep 27, 2018
1 parent fdc7cd9 commit 438052b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
14 changes: 9 additions & 5 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 更新日志:

1. 修复上传的崩溃问题;
2. 修复无法查询离线下载任务列表;
3. 修复取消分享失败;
4. 支持下载完成后自动校验文件;
5. 支持调整上传和下载的重试次数;
1. 修复登录成功后, 无法正常使用的问题 ([#399](https://github.com/iikira/BaiduPCS-Go/issues/399));
2. 修复文件夹下载无法调整重试次数;
3. 使用 export 导出, 会输出导出错误的文件或目录了;
4. 更换失效的默认app_id, 对于不是全新安装此程序的用户, 仍然需要手动更改默认的app_id, ([#387](https://github.com/iikira/BaiduPCS-Go/issues/387))

```
BaiduPCS-Go config set -appid 266719
```


个人项目bug在所难免! 欢迎提 issue 和 pull request!!.

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOROOT=/usr/local/go1.10.4
go=$GOROOT/bin/go

if [ "$1" = "" ];then
version=v3.5.5
version=v3.5.6
fi

output="out/"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (

var (
// Version 版本号
Version = "v3.5.5-devel"
Version = "v3.5.6-devel"

historyFilePath = filepath.Join(pcsconfig.GetConfigDir(), "pcs_command_history.txt")
reloadFn = func(c *cli.Context) error {
Expand Down
Binary file modified resource_windows.syso
Binary file not shown.
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": 5,
"Patch": 5,
"Patch": 6,
"Build": 0
},
"ProductVersion": {
"Major": 3,
"Minor": 5,
"Patch": 5,
"Patch": 6,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "iikira",
"FileDescription": "百度网盘客户端",
"FileVersion": "v3.5.5",
"FileVersion": "v3.5.6",
"InternalName": "",
"LegalCopyright": "© 2016-2018 iikira.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "BaiduPCS-Go",
"ProductVersion": "v3.5.5",
"ProductVersion": "v3.5.6",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 438052b

Please sign in to comment.