Skip to content

Commit f390e07

Browse files
shungangelwing63
andauthored
chore: add 1.17.0.md (#461)
* chore: add release-note for version 1.17.0 * chore: add release-note for version 1.17.0 --------- Co-authored-by: elwing63 <[email protected]>
1 parent 470a5e3 commit f390e07

File tree

6 files changed

+26
-2
lines changed

6 files changed

+26
-2
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.16.0
2+
VERSION=1.17.0
33
NAME=oss-browser
44
CUSTOM=./custom
55

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.16.1",
3+
"version": "1.17.0",
44
"main": "dist/main.js",
55
"scripts": {
66
"test": "ava test",

release-notes/1.17.0.en-US.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
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+
3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed.
4+
4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token.
5+
5. Fixed the compatibility issue of the requestID in the new version of the macOS system.
6+
6. Fixed the gzip compression failure issue.

release-notes/1.17.0.ja-JP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Windows システムでダウンロード タスクを削除した後、バッファ ファイルが自動的に削除されない問題を修正します。
2+
2. Simply ポリシーで、policyName を作成した後、policyName が存在しない問題を修正しました。
3+
3. ファイルアップロード時にエラーが発生した場合、エラーに対応するECコードとリクエストIDが表示されます。
4+
4. STS トークンによるログ記録後に OSS ブラウザのアドレス バーが正しく機能しない問題を修正します。
5+
5. 新しいバージョンの macOS システムでの requestID の互換性の問題を修正します。
6+
6. gzip圧縮失敗の問題を修正しました。

release-notes/1.17.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
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+
3. When an error occurs while uploading a file, the EC Code and RequestID corresponding to the error will be displayed.
4+
4. Fixed the issue of OSS Browser address bar not functioning properly after you log on to oss browser by using STS token.
5+
5. Fixed the compatibility issue of the requestID in the new version of the macOS system.
6+
6. Fixed the gzip compression failure issue.

release-notes/1.17.0.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. 修复Windows系统中,删除下载任务后,缓冲文件不自动删除的问题。
2+
2. 修复简化策略授权,创建policyName后提示policyName不存在的问题。
3+
3. 上传文件发生错误时,将显示错误对应EC Code和RequestID。
4+
4. 修复使用STS token登录后,oss Browser地址栏无法正常使用的问题。
5+
5. 修复RequestID在新版本macOS系统下的兼容性问题。
6+
6. 修复编辑txt时误传gzip header的压缩编码问题。

0 commit comments

Comments
 (0)