Skip to content

Commit 922153a

Browse files
authored
Merge pull request #507 from liaojiawei666/pvl
支持私网连接
2 parents 799b6a4 + e8489a7 commit 922153a

File tree

10 files changed

+49
-40
lines changed

10 files changed

+49
-40
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION=1.18.0
2+
VERSION=1.19.0
33
NAME=oss-browser
44
CUSTOM=./custom
55

README-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Windows7 above, Linux and Mac,不建议使用 windows XP 平台和 windows Serve
1212

1313
## 2. 客户端下载:
1414

15-
最新版本`1.18.0`,下载地址如下,解压即可使用。
15+
最新版本`1.19.0`,下载地址如下,解压即可使用。
1616

17-
> [<h4>Window x32 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-win32-ia32.zip)
17+
> [<h4>Window x32 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-win32-ia32.zip)
1818
19-
> [<h4>Window x64 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-win32-x64.zip)
19+
> [<h4>Window x64 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-win32-x64.zip)
2020
21-
> [<h4>Mac zip 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-darwin-x64.zip)
21+
> [<h4>Mac zip 版下载</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-darwin-x64.zip)
2222
23-
> [<h4>Ubuntu x64 版</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-linux-x64.zip)
23+
> [<h4>Ubuntu x64 版</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-linux-x64.zip)
2424
25-
> [<h4>Ubuntu x32 版</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-linux-ia32.zip)
25+
> [<h4>Ubuntu x32 版</h4>](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-linux-ia32.zip)
2626
2727
其他版本暂不提供,可以自行 build。
2828

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Windows 7 above, Linux and Mac. We do not recommend using WindowsXP and WindowSe
1313
1. Download and install ossbrowser.
1414

1515
| Supported platform | Download link |
16-
| :----------------- | :---------------------------------------------------------------------------------------------------------------- |
17-
| Window x32 | [Window x32](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-win32-ia32.zip) |
18-
| Window x64 | [Window x64](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-win32-x64.zip) |
19-
| MAC | [MAC](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-darwin-x64.zip) |
20-
| Linux x32 | [Linux x32](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-linux-ia32.zip) |
21-
| Linux x64 | [Linux x64](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.18.0/oss-browser-linux-x64.zip) |
16+
| :----------------- |:------------------------------------------------------------------------------------------------------------------|
17+
| Window x32 | [Window x32](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-win32-ia32.zip) |
18+
| Window x64 | [Window x64](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-win32-x64.zip) |
19+
| MAC | [MAC](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-darwin-x64.zip) |
20+
| Linux x32 | [Linux x32](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-linux-ia32.zip) |
21+
| Linux x64 | [Linux x64](https://oss-attachment.oss-cn-zhangjiakou.aliyuncs.com/ossbrowser/1.19.0/oss-browser-linux-x64.zip) |
2222

2323
2. Launch ossbrowser.
2424
3. Log in to ossbrowser.

all-releases.md

Lines changed: 26 additions & 25 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-browser",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"main": "dist/main.js",
55
"scripts": {
66
"test": "ava test",

release-notes/1.19.0.en-US.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. Supports logging in via private network connection.
2+
2. When logging in via custom or private network connection, region selection is not supported when creating a bucket.

release-notes/1.19.0.ja-JP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. プライベートネットワーク接続ログインをサポートします。
2+
2. カスタムまたはプライベート ネットワーク接続方法を使用してログインする場合、バケットの作成時のリージョンの選択はサポートされません。

release-notes/1.19.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. Supports logging in via private network connection.
2+
2. When logging in via custom or private network connection, region selection is not supported when creating a bucket.

release-notes/1.19.0.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. 支持私网连接方式登录。
2+
2. 采用自定义或者私网连接方式登录,创建bucket时不支持选择地域。

upgrade.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.18.0",
2+
"version": "1.19.0",
33
"package_url": "https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/",
44
"package_urls": [
55
"https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/"

0 commit comments

Comments
 (0)