Skip to content

Commit 0c7853d

Browse files
committed
publish v1.8.2
1 parent 1a4a734 commit 0c7853d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#1.8.2
2+
1. 增加对华南机房的支持,`zone``account`指令支持新zone为`hn`
3+
14
#1.8.1
25
1. 增加对北美机房的支持,`zone``account`指令支持新zone为`na0`
36
2. 优化`qdownload`功能,后面一律采用代理模式走源站下载文件

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ qshell是利用[七牛文档上公开的API](http://d.qiniu.com)实现的一个
1111

1212
|版本 |支持平台|链接|更新日志|
1313
|--------|---------|----|------|
14-
|qshell v1.8.1|Linux (32, 64位,arm平台), Windows(32, 64位), Mac OSX(32, 64位)|[下载](http://devtools.qiniu.com/qshell-v1.8.1.zip)|[查看](CHANGELOG.md)|
14+
|qshell v1.8.2|Linux (32, 64位,arm平台), Windows(32, 64位), Mac OSX(32, 64位)|[下载](http://devtools.qiniu.com/qshell-v1.8.2.zip)|[查看](CHANGELOG.md)|
1515

1616

1717
**备注**

src/cli/help.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66
"runtime"
77
)
88

9-
var version = "v1.8.1"
9+
var version = "v1.8.2"
1010

1111
var optionDocs = map[string]string{
12+
"-f": "Force batch operations",
1213
"-d": "Show debug message",
1314
"-v": "Show version",
1415
"-h": "Show help",

0 commit comments

Comments
 (0)