mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 02:19:23 +08:00
V1.0.4
This commit is contained in:
parent
6a40dd776f
commit
70fd7effdc
@ -6,6 +6,12 @@
|
|||||||
<!-- webview 的icon -->
|
<!-- webview 的icon -->
|
||||||
<!-- TODO: 支持谷歌插件 -->
|
<!-- TODO: 支持谷歌插件 -->
|
||||||
|
|
||||||
|
|
||||||
|
### [V1.0.4]
|
||||||
|
|
||||||
|
* 设置最大单次commit次数为88
|
||||||
|
* 修复window系统下进入其他磁盘报错的问题
|
||||||
|
|
||||||
### [V1.0.3]
|
### [V1.0.3]
|
||||||
|
|
||||||
* 修复window系统下无法使用的问题。
|
* 修复window系统下无法使用的问题。
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"displayName": "Auto Commit",
|
"displayName": "Auto Commit",
|
||||||
"description": "自动提交commit到github",
|
"description": "自动提交commit到github",
|
||||||
"publisher": "OBKoro1",
|
"publisher": "OBKoro1",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vsce package",
|
"build": "vsce package",
|
||||||
"vscode:prepublish": "webpack --mode production",
|
"vscode:prepublish": "webpack --mode production",
|
||||||
|
Loading…
Reference in New Issue
Block a user