2.07 global-setting reset default | 全局设置 复位默认值 fixed #19

This commit is contained in:
林万程
2022-12-11 22:09:44 +08:00
parent a37d7b86cc
commit 9c6c811eec
9 changed files with 45 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '2.06.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '2.07.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
repositories {
mavenCentral()
@@ -87,6 +87,7 @@ patchPluginXml {
changeNotes = """
<h2>English Change Notes:</h2>
<ul>
<li>2.07 Add global-setting reset default
<li>2.06 Add project-view-tree xx-abc.xxx from Abc.java doc
<li>2.05 Add line-end-comment json doc from xxx.json.tsv
<li>2.04 Add line-end-comment json dict doc from (key).tsv
@@ -122,6 +123,7 @@ patchPluginXml {
<h2>中文更新说明:</h2>
<ul>
<li>2.07 增加 全局设置 复位默认值
<li>2.06 增加 文件树注释 xx-abc.xxx 来自 Abc.java 的文档注释
<li>2.05 增加 行末注释 json 字段注释从 xxx.json.tsv 读取
<li>2.04 增加 行末注释 json 字典注释从 键名.tsv 读取