1.2 Add end-of-line comment class prefix filter settings | 添加行末注释类前缀过滤配置

This commit is contained in:
林万程
2022-02-13 02:40:11 +08:00
parent 7e2ee9f36a
commit 452101843c
14 changed files with 492 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '1.1.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '1.2.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
apply plugin: 'java'
@@ -37,7 +37,10 @@ patchPluginXml {
sinceBuild = '201.1'
untilBuild = ''
changeNotes = """
1.1 Add end-of-line text color settings | 添加行末文本颜色配置
<ul>
<li>1.1 Add end-of-line text color settings 添加行末文本颜色配置
<li>1.2 Add end-of-line comment class prefix filter settings 添加行末注释类前缀配置
</ul>
"""
}