Skip to content

Commit 6bb26d8

Browse files
committed
添加版本更新说明信息
1 parent 11153ac commit 6bb26d8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'idea'
1717
apply plugin: 'org.jetbrains.intellij'
1818

1919
group 'com.sjhy'
20-
version '1.2.1-SNAPSHOT'
20+
version '1.2.1-RELEASE'
2121

2222
sourceCompatibility = JavaVersion.VERSION_1_8
2323
targetCompatibility = JavaVersion.VERSION_1_8

src/main/resources/META-INF/plugin.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121

2222

2323
<change-notes><![CDATA[
24+
<p>1.2.1-RELEASE</p>
25+
<ul>
26+
<li>1.Repairing the change macro definition requires reboot.</li>
27+
<li>2.Repairing a series of error problems caused by table configuration</li>
28+
<li>3.Optimize the dynamic mode and repair some details.</li>
29+
</ul>
30+
<ul>
31+
<li>1.修复更改宏定义需要重启才生效问题</li>
32+
<li>2.修复表配置引发的一系列错误问题</li>
33+
<li>3.优化动态调式,修复部分细节</li>
34+
</ul>
2435
<p>1.2.0-RELEASE</p>
2536
<ul>
2637
<li>1.A lot of improvements have been made to user experience.</li>

0 commit comments

Comments
 (0)