Skip to content

Commit 68d74a3

Browse files
committed
chrome: bump to 1.12.0
1 parent 3b4e44a commit 68d74a3

File tree

7 files changed

+28
-3
lines changed

7 files changed

+28
-3
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.11.0
2+
VERSION=1.12.0
33
NAME=oss-browser
44
CUSTOM=./custom
55

all-releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
||Windows ia32|Windows x64| Mac(zip) |Linux ia32|Linux x64|Release note|
66
|-----|-----|-----|-----|--------|--------|---|
7+
|1.12.0|[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.12.0/oss-browser-win32-ia32.zip) |[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.12.0/oss-browser-win32-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.12.0/oss-browser-darwin-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.12.0/oss-browser-linux-ia32.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.12.0/oss-browser-linux-x64.zip)|[1.12.0.md](release-notes/1.12.0.en-US.md)|
78
|1.11.0|[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.11.0/oss-browser-win32-ia32.zip) |[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.11.0/oss-browser-win32-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.11.0/oss-browser-darwin-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.11.0/oss-browser-linux-ia32.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.11.0/oss-browser-linux-x64.zip)|[1.11.0.md](release-notes/1.11.0.en-US.md)|
89
|1.10.0|[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.10.0/oss-browser-win32-ia32.zip) |[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.10.0/oss-browser-win32-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.10.0/oss-browser-darwin-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.10.0/oss-browser-linux-ia32.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.10.0/oss-browser-linux-x64.zip)|[1.10.0.md](release-notes/1.10.0.en-US.md)|
910
|1.9.5|[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.9.5/oss-browser-win32-ia32.zip) |[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.9.5/oss-browser-win32-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.9.5/oss-browser-darwin-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.9.5/oss-browser-linux-ia32.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.9.5/oss-browser-linux-x64.zip)|[1.9.5.md](release-notes/1.9.5.en-US.md)|
@@ -21,4 +22,4 @@
2122
|1.7.0|[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.7.0/oss-browser-win32-ia32.zip) |[Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.7.0/oss-browser-win32-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.7.0/oss-browser-darwin-x64.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.7.0/oss-browser-linux-ia32.zip) | [Download](https://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/oss-browser/1.7.0/oss-browser-linux-x64.zip)|[1.7.0.md](release-notes/1.7.0.en-US.md)|
2223

2324

24-
[Earlier Releases](earlier-releases.md)
25+
[Earlier Releases](earlier-releases.md)

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

release-notes/1.12.0.en-US.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Clear download tasks, delete temporary files
2+
1. Support SVG preview
3+
1. Added error support to display RequestId
4+
1. Fix too many DeleteMarks causing file list pull failure
5+
1. Fix the wrong setting of HTTP Header
6+
1. Other bug fixes

release-notes/1.12.0.ja-JP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1.ダウンロードタスクをクリアし、一時ファイルを削除します
2+
1. SVGプレビューをサポート
3+
1. RequestIdを表示するエラーサポートが追加されました
4+
1. DeleteMarkが多すぎてファイルリストのプルに失敗する問題を修正する
5+
1. HTTPヘッダーの間違った設定を修正する
6+
1.その他のバグ修正

release-notes/1.12.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. 清空下载任务式,删除临时文件
2+
1. 支持 SVG 预览
3+
1. 增加错误支持显示 RequestId
4+
1. 修复 DeleteMark 过多导致文件列表拉取失败
5+
1. 修复HTTP Header 设置错误问题
6+
1. 其他 BUG 修复

release-notes/1.12.0.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. 清空下载任务式,删除临时文件
2+
1. 支持 SVG 预览
3+
1. 增加错误支持显示 RequestId
4+
1. 修复 DeleteMark 过多导致文件列表拉取失败
5+
1. 修复HTTP Header 设置错误问题
6+
1. 其他 BUG 修复

0 commit comments

Comments
 (0)