From ba494a8d10f9ef3aadacbd9d9429a200adf2233f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BA=E5=88=9A?= <735073554@qq.com> Date: Tue, 12 Sep 2023 14:55:34 +0800 Subject: [PATCH 1/6] chore: automatic upgrade for master --- Makefile | 2 +- package.json | 2 +- release-notes/1.17.0.en-US.md | 6 ++++++ release-notes/1.17.0.ja-JP.md | 6 ++++++ release-notes/1.17.0.md | 6 ++++++ release-notes/1.17.0.zh-CN.md | 6 ++++++ upgrade.json | 6 +++--- 7 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 release-notes/1.17.0.en-US.md create mode 100644 release-notes/1.17.0.ja-JP.md create mode 100644 release-notes/1.17.0.md create mode 100644 release-notes/1.17.0.zh-CN.md diff --git a/Makefile b/Makefile index 64e003fb..2c0197cb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.9.5 +VERSION=1.17.0 NAME=oss-browser CUSTOM=./custom diff --git a/package.json b/package.json index a85b5969..86fce981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oss-browser", - "version": "1.9.5", + "version": "1.17.0", "main": "dist/main.js", "scripts": { "test": "ava test", diff --git a/release-notes/1.17.0.en-US.md b/release-notes/1.17.0.en-US.md new file mode 100644 index 00000000..50f0670d --- /dev/null +++ b/release-notes/1.17.0.en-US.md @@ -0,0 +1,6 @@ +1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. +2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. +3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. +4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. +5. Fixed the compatibility issue of the requestID in the new version of the macOS system. +6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.17.0.ja-JP.md b/release-notes/1.17.0.ja-JP.md new file mode 100644 index 00000000..d36d9eed --- /dev/null +++ b/release-notes/1.17.0.ja-JP.md @@ -0,0 +1,6 @@ +1. Windows システムでダウンロード タスクを削除した後、バッファ ファイルが自動的に削除されない問題を修正します。 +2. Simply ポリシーで、policyName を作成した後、policyName が存在しない問題を修正しました。 +3. ファイルアップロード時にエラーが発生した場合、エラーに対応するECコードとリクエストIDが表示されます。 +4. STS トークンによるログ記録後に OSS ブラウザのアドレス バーが正しく機能しない問題を修正します。 +5. 新しいバージョンの macOS システムでの requestID の互換性の問題を修正します。 +6. gzip圧縮失敗の問題を修正しました。 diff --git a/release-notes/1.17.0.md b/release-notes/1.17.0.md new file mode 100644 index 00000000..50f0670d --- /dev/null +++ b/release-notes/1.17.0.md @@ -0,0 +1,6 @@ +1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. +2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. +3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. +4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. +5. Fixed the compatibility issue of the requestID in the new version of the macOS system. +6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.17.0.zh-CN.md b/release-notes/1.17.0.zh-CN.md new file mode 100644 index 00000000..da6d576e --- /dev/null +++ b/release-notes/1.17.0.zh-CN.md @@ -0,0 +1,6 @@ +1. 修复Windows系统中,删除下载任务后,缓冲文件不自动删除的问题。 +2. 修复简化策略授权,创建policyName后提示policyName不存在的问题。 +3. 上传文件发生错误时,将显示错误对应EC Code和RequestID。 +4. 修复使用STS token登录后,oss Browser地址栏无法正常使用的问题。 +5. 修复RequestID在新版本macOS系统下的兼容性问题。 +6. 修复编辑txt时误传gzip header的压缩编码问题。 diff --git a/upgrade.json b/upgrade.json index 5b7e764e..b03f9ccb 100644 --- a/upgrade.json +++ b/upgrade.json @@ -1,8 +1,8 @@ { - "version": "1.9.5", - "package_url": "https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/", + "version": "1.17.0", + "package_url": "https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/", "package_urls": [ - "https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/" + "https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/" ], "files": ["app.asar"] } \ No newline at end of file From b15389a497b7f526f4b91ace4ed3d87249a37c02 Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Thu, 21 Dec 2023 10:56:41 +0800 Subject: [PATCH 2/6] chore: automatic upgrade for master --- Makefile | 2 +- package.json | 2 +- release-notes/1.18.0.en-US.md | 6 ++++++ release-notes/1.18.0.ja-JP.md | 6 ++++++ release-notes/1.18.0.md | 6 ++++++ release-notes/1.18.0.zh-CN.md | 6 ++++++ upgrade.json | 2 +- 7 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 release-notes/1.18.0.en-US.md create mode 100644 release-notes/1.18.0.ja-JP.md create mode 100644 release-notes/1.18.0.md create mode 100644 release-notes/1.18.0.zh-CN.md diff --git a/Makefile b/Makefile index 2c0197cb..af0b435e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.17.0 +VERSION=1.18.0 NAME=oss-browser CUSTOM=./custom diff --git a/package.json b/package.json index 86fce981..d0bac812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oss-browser", - "version": "1.17.0", + "version": "1.18.0", "main": "dist/main.js", "scripts": { "test": "ava test", diff --git a/release-notes/1.18.0.en-US.md b/release-notes/1.18.0.en-US.md new file mode 100644 index 00000000..50f0670d --- /dev/null +++ b/release-notes/1.18.0.en-US.md @@ -0,0 +1,6 @@ +1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. +2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. +3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. +4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. +5. Fixed the compatibility issue of the requestID in the new version of the macOS system. +6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.18.0.ja-JP.md b/release-notes/1.18.0.ja-JP.md new file mode 100644 index 00000000..d36d9eed --- /dev/null +++ b/release-notes/1.18.0.ja-JP.md @@ -0,0 +1,6 @@ +1. Windows システムでダウンロード タスクを削除した後、バッファ ファイルが自動的に削除されない問題を修正します。 +2. Simply ポリシーで、policyName を作成した後、policyName が存在しない問題を修正しました。 +3. ファイルアップロード時にエラーが発生した場合、エラーに対応するECコードとリクエストIDが表示されます。 +4. STS トークンによるログ記録後に OSS ブラウザのアドレス バーが正しく機能しない問題を修正します。 +5. 新しいバージョンの macOS システムでの requestID の互換性の問題を修正します。 +6. gzip圧縮失敗の問題を修正しました。 diff --git a/release-notes/1.18.0.md b/release-notes/1.18.0.md new file mode 100644 index 00000000..50f0670d --- /dev/null +++ b/release-notes/1.18.0.md @@ -0,0 +1,6 @@ +1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. +2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. +3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. +4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. +5. Fixed the compatibility issue of the requestID in the new version of the macOS system. +6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.18.0.zh-CN.md b/release-notes/1.18.0.zh-CN.md new file mode 100644 index 00000000..da6d576e --- /dev/null +++ b/release-notes/1.18.0.zh-CN.md @@ -0,0 +1,6 @@ +1. 修复Windows系统中,删除下载任务后,缓冲文件不自动删除的问题。 +2. 修复简化策略授权,创建policyName后提示policyName不存在的问题。 +3. 上传文件发生错误时,将显示错误对应EC Code和RequestID。 +4. 修复使用STS token登录后,oss Browser地址栏无法正常使用的问题。 +5. 修复RequestID在新版本macOS系统下的兼容性问题。 +6. 修复编辑txt时误传gzip header的压缩编码问题。 diff --git a/upgrade.json b/upgrade.json index b03f9ccb..2d262fef 100644 --- a/upgrade.json +++ b/upgrade.json @@ -1,5 +1,5 @@ { - "version": "1.17.0", + "version": "1.18.0", "package_url": "https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/", "package_urls": [ "https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/" From 955b402a0f5bc26f90c364b2cae4337f8c3cc4d1 Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Thu, 21 Dec 2023 11:55:56 +0800 Subject: [PATCH 3/6] chore: automatic upgrade for master --- release-notes/1.18.0.en-US.md | 6 ------ release-notes/1.18.0.ja-JP.md | 6 ------ release-notes/1.18.0.md | 6 ------ release-notes/1.18.0.zh-CN.md | 11 +++++------ 4 files changed, 5 insertions(+), 24 deletions(-) diff --git a/release-notes/1.18.0.en-US.md b/release-notes/1.18.0.en-US.md index 50f0670d..e69de29b 100644 --- a/release-notes/1.18.0.en-US.md +++ b/release-notes/1.18.0.en-US.md @@ -1,6 +0,0 @@ -1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. -2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. -3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. -4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. -5. Fixed the compatibility issue of the requestID in the new version of the macOS system. -6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.18.0.ja-JP.md b/release-notes/1.18.0.ja-JP.md index d36d9eed..e69de29b 100644 --- a/release-notes/1.18.0.ja-JP.md +++ b/release-notes/1.18.0.ja-JP.md @@ -1,6 +0,0 @@ -1. Windows システムでダウンロード タスクを削除した後、バッファ ファイルが自動的に削除されない問題を修正します。 -2. Simply ポリシーで、policyName を作成した後、policyName が存在しない問題を修正しました。 -3. ファイルアップロード時にエラーが発生した場合、エラーに対応するECコードとリクエストIDが表示されます。 -4. STS トークンによるログ記録後に OSS ブラウザのアドレス バーが正しく機能しない問題を修正します。 -5. 新しいバージョンの macOS システムでの requestID の互換性の問題を修正します。 -6. gzip圧縮失敗の問題を修正しました。 diff --git a/release-notes/1.18.0.md b/release-notes/1.18.0.md index 50f0670d..e69de29b 100644 --- a/release-notes/1.18.0.md +++ b/release-notes/1.18.0.md @@ -1,6 +0,0 @@ -1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. -2. Fixed the issue that after you create a policy for authorization, the system prompts the policy name does not exist after the policy name is specified. -3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed. -4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token. -5. Fixed the compatibility issue of the requestID in the new version of the macOS system. -6. Fixed the gzip compression failure issue. diff --git a/release-notes/1.18.0.zh-CN.md b/release-notes/1.18.0.zh-CN.md index da6d576e..143c7a8d 100644 --- a/release-notes/1.18.0.zh-CN.md +++ b/release-notes/1.18.0.zh-CN.md @@ -1,6 +1,5 @@ -1. 修复Windows系统中,删除下载任务后,缓冲文件不自动删除的问题。 -2. 修复简化策略授权,创建policyName后提示policyName不存在的问题。 -3. 上传文件发生错误时,将显示错误对应EC Code和RequestID。 -4. 修复使用STS token登录后,oss Browser地址栏无法正常使用的问题。 -5. 修复RequestID在新版本macOS系统下的兼容性问题。 -6. 修复编辑txt时误传gzip header的压缩编码问题。 +1. 归档存储文件解冻开始支持修改解冻天数 +2. 简化policy授权,支持直接显示,邮件中的AK +3. 修复客户端自动升级功能 +4. 新增可修改,list object 单次列举数量,以解决无法加载更多的问题 +5. 修复异常后退出客户端后,下载任务文案显示异常 From c18d9282ec27d70cf2a270087e9053b7909aaa08 Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Thu, 21 Dec 2023 14:39:25 +0800 Subject: [PATCH 4/6] chore: automatic upgrade for master --- release-notes/1.18.0.zh-CN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/release-notes/1.18.0.zh-CN.md b/release-notes/1.18.0.zh-CN.md index 143c7a8d..229f809f 100644 --- a/release-notes/1.18.0.zh-CN.md +++ b/release-notes/1.18.0.zh-CN.md @@ -1,5 +1,5 @@ -1. 归档存储文件解冻开始支持修改解冻天数 -2. 简化policy授权,支持直接显示,邮件中的AK -3. 修复客户端自动升级功能 -4. 新增可修改,list object 单次列举数量,以解决无法加载更多的问题 -5. 修复异常后退出客户端后,下载任务文案显示异常 +1. 解冻归档存储文件时支持修改解冻天数。 +2. 将Bucket进行简化policy授权給新建子账号时,支持直接显示授权码。 +3. 修复客户端无法自动升级的问题。 +4. 修复删除标记过多时,listObject翻页可能会加载失败的问题。 +5. 修复下载时退出客户端后,下载任务文案显示异常的问题。 \ No newline at end of file From 8cce3665879913763ac7f8afe8b84e2133b7809c Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Mon, 25 Dec 2023 17:18:46 +0800 Subject: [PATCH 5/6] chore: automatic upgrade for master --- release-notes/1.18.0.en-US.md | 5 +++++ release-notes/1.18.0.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/release-notes/1.18.0.en-US.md b/release-notes/1.18.0.en-US.md index e69de29b..fc2df490 100644 --- a/release-notes/1.18.0.en-US.md +++ b/release-notes/1.18.0.en-US.md @@ -0,0 +1,5 @@ +1. You can modify the number of days that an Archive object can remain in the restored state. +2. The authorization code can be directly displayed when you grant a new RAM user the permissions to access a bucket by using a bucket policy. +3. The issue that the client cannot be automatically upgraded is fixed. +4. The issue that the results of the ListObjects operation on other pages may fail to be loaded due to excessive delete markers is fixed. +5. The issue that the message for the download fails to be displayed after you exit the client during the download is fixed. \ No newline at end of file diff --git a/release-notes/1.18.0.md b/release-notes/1.18.0.md index e69de29b..fc2df490 100644 --- a/release-notes/1.18.0.md +++ b/release-notes/1.18.0.md @@ -0,0 +1,5 @@ +1. You can modify the number of days that an Archive object can remain in the restored state. +2. The authorization code can be directly displayed when you grant a new RAM user the permissions to access a bucket by using a bucket policy. +3. The issue that the client cannot be automatically upgraded is fixed. +4. The issue that the results of the ListObjects operation on other pages may fail to be loaded due to excessive delete markers is fixed. +5. The issue that the message for the download fails to be displayed after you exit the client during the download is fixed. \ No newline at end of file From eb18a848075942282102af1e9af5274fe3661fbb Mon Sep 17 00:00:00 2001 From: csg01123119 Date: Wed, 27 Dec 2023 13:29:58 +0800 Subject: [PATCH 6/6] chore: automatic upgrade for master --- release-notes/1.18.0.en-US.md | 2 +- release-notes/1.18.0.ja-JP.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/release-notes/1.18.0.en-US.md b/release-notes/1.18.0.en-US.md index fc2df490..28cc203a 100644 --- a/release-notes/1.18.0.en-US.md +++ b/release-notes/1.18.0.en-US.md @@ -2,4 +2,4 @@ 2. The authorization code can be directly displayed when you grant a new RAM user the permissions to access a bucket by using a bucket policy. 3. The issue that the client cannot be automatically upgraded is fixed. 4. The issue that the results of the ListObjects operation on other pages may fail to be loaded due to excessive delete markers is fixed. -5. The issue that the message for the download fails to be displayed after you exit the client during the download is fixed. \ No newline at end of file +5. The issue that the message for the download is invalid after you exit the client during the download is fixed. \ No newline at end of file diff --git a/release-notes/1.18.0.ja-JP.md b/release-notes/1.18.0.ja-JP.md index e69de29b..44057391 100644 --- a/release-notes/1.18.0.ja-JP.md +++ b/release-notes/1.18.0.ja-JP.md @@ -0,0 +1,5 @@ +1. アーカイブオブジェクトが復元された状態を維持できる日数を変更できます。 +2. 新しい RAM ユーザーにバケットポリシーを使用してバケットにアクセスする権限を付与すると、権限付与コードを直接表示できます。 +3. クライアントを自動的にアップグレードできない問題が修正されました。 +4. 過剰な削除マーカーが原因で、他のページでの ListObjects 操作の結果が読み込まれない問題が修正されました。 +5. ダウンロード中にクライアントを終了した場合にダウンロードのメッセージが表示されない問題が修正されました。 \ No newline at end of file