Skip to content

Commit c02bce3

Browse files
committed
v0.1.4
1 parent 27a3d92 commit c02bce3

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 0.1.4
2+
- 修复物料模式下的bug
3+
- 增加表单/物料间切换的按钮
4+
- 更换项目分隔符和排版
5+
16
* 0.1.3
27
- 增加视窗宽度
38
- 增加物料提取功能

sdk.crx

5.01 KB
Binary file not shown.

sdk/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SDK TOOL",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"icons": {
55
"128": "images/icon.png"
66
},

updates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='kiapedlmjgmhomenpmjfnieiialeikkf'>
4-
<updatecheck codebase='https://github.com/chestnutchen/legoSdkTool/raw/master/sdk.crx' version='0.1.3' />
4+
<updatecheck codebase='https://github.com/chestnutchen/legoSdkTool/raw/master/sdk.crx' version='0.1.4' />
55
</app>
66
</gupdate>

0 commit comments

Comments
 (0)