From 9ad093d8e926a7c183df979ed178938aabdeaed6 Mon Sep 17 00:00:00 2001 From: elwing63 <592267554@qq.com> Date: Tue, 12 Sep 2023 14:25:09 +0800 Subject: [PATCH 1/2] chore: add release-note for version 1.17.0 --- 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 ++++++ 6 files changed, 26 insertions(+), 2 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 7fdb1e21..4df7f03d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.16.0 +VERSION=1.17.0 NAME=oss-browser CUSTOM=./custom diff --git a/package.json b/package.json index b04ebbb9..78ddea1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oss-browser", - "version": "1.16.1", + "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..7ed593d2 --- /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. 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..7ed593d2 --- /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. 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的压缩编码问题。 From 51f9844997309b6e9ef54a52695adf7bb4127584 Mon Sep 17 00:00:00 2001 From: elwing63 <592267554@qq.com> Date: Tue, 12 Sep 2023 14:53:54 +0800 Subject: [PATCH 2/2] chore: add release-note for version 1.17.0 --- release-notes/1.17.0.en-US.md | 2 +- release-notes/1.17.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/1.17.0.en-US.md b/release-notes/1.17.0.en-US.md index 7ed593d2..50f0670d 100644 --- a/release-notes/1.17.0.en-US.md +++ b/release-notes/1.17.0.en-US.md @@ -1,5 +1,5 @@ 1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. -2. 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. +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. diff --git a/release-notes/1.17.0.md b/release-notes/1.17.0.md index 7ed593d2..50f0670d 100644 --- a/release-notes/1.17.0.md +++ b/release-notes/1.17.0.md @@ -1,5 +1,5 @@ 1. Fixed the issue that buffered objects are not automatically deleted after the download task is deleted in the Windows system. -2. 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. +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.