mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 02:19:23 +08:00
feat: V1.0.6
This commit is contained in:
parent
474df04507
commit
bb42f60897
@ -2,6 +2,11 @@
|
||||
|
||||
### 如果觉得本插件还不错的话,给个[Star](https://github.com/OBKoro1/autoCommit)吧~
|
||||
|
||||
### [V1.0.6]
|
||||
|
||||
* 取消commit期间的日志, 防止线程通信频繁导致卡顿
|
||||
* 在commit之前计算出commit总数, 并打印日志
|
||||
|
||||
### [V1.0.5]
|
||||
|
||||
* 增加新功能:超过一定天数范围内,[随机部分天数不提交](https://github.com/OBKoro1/autoCommit/wiki/%E9%85%8D%E7%BD%AE%E5%8F%8A%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E#%E9%97%B4%E9%9A%94%E6%8F%90%E4%BA%A4)`commit`,没有绿格子,看起来更逼真。
|
||||
|
@ -3,7 +3,7 @@
|
||||
"displayName": "Auto Commit",
|
||||
"description": "自动提交commit到github",
|
||||
"publisher": "OBKoro1",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"scripts": {
|
||||
"build": "vsce package",
|
||||
"vscode:prepublish": "webpack --mode production",
|
||||
|
Loading…
Reference in New Issue
Block a user