mirror of https://gitee.com/makejava/EasyCode.git
升级版本号,添加更新说明
This commit is contained in:
parent
73c87f684d
commit
24816ae58b
|
@ -3,6 +3,7 @@
|
|||
## 忽略其他配置文件,防止冲突
|
||||
.idea/
|
||||
.gradle/
|
||||
*.iml
|
||||
|
||||
##忽略输出文件夹
|
||||
out/
|
||||
|
|
|
@ -17,7 +17,7 @@ apply plugin: 'idea'
|
|||
apply plugin: 'org.jetbrains.intellij'
|
||||
|
||||
group 'com.sjhy'
|
||||
version '1.2.2-SNAPSHOT'
|
||||
version '1.2.2-RELEASE'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
|
@ -21,6 +21,24 @@
|
|||
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>1.2.2-RELEASE</p>
|
||||
<ul>
|
||||
<li>1.Fix unavailability of online import function.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>1.修复在线导入功能不可用问题</li>
|
||||
</ul>
|
||||
<p>1.2.1-RELEASE</p>
|
||||
<ul>
|
||||
<li>1.Repairing the change macro definition requires reboot.</li>
|
||||
<li>2.Repairing a series of error problems caused by table configuration</li>
|
||||
<li>3.Optimize the dynamic mode and repair some details.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>1.修复更改宏定义需要重启才生效问题</li>
|
||||
<li>2.修复表配置引发的一系列错误问题</li>
|
||||
<li>3.优化动态调式,修复部分细节</li>
|
||||
</ul>
|
||||
<p>1.2.1-RELEASE</p>
|
||||
<ul>
|
||||
<li>1.Repairing the change macro definition requires reboot.</li>
|
||||
|
|
Loading…
Reference in New Issue