Skip to content

Commit dd4c1c7

Browse files
author
liaojiawei
committed
feat: 支持私网连接
1 parent 27ee537 commit dd4c1c7

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

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时不支持选择地域。

0 commit comments

Comments
 (0)