mirror of https://gitee.com/makejava/EasyCode.git
升级版本至1.2.6
This commit is contained in:
parent
dad911fb9b
commit
efcf66bdab
|
@ -19,7 +19,7 @@ plugins {
|
|||
|
||||
|
||||
group 'com.sjhy'
|
||||
version '1.2.5-java.RELEASE'
|
||||
version '1.2.6-java.RELEASE'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
|
@ -20,6 +20,15 @@
|
|||
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>1.2.6-java.RELEASE</p>
|
||||
<ul>
|
||||
<li>1.Fix the problem of exported Chinese garbled code</li>
|
||||
<li>2.Fix the problem that additional columns cannot be edited</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>1.修复导出中文乱码问题</li>
|
||||
<li>2.修复附加列无法编辑问题</li>
|
||||
</ul>
|
||||
<p>1.2.5-java.RELEASE</p>
|
||||
<ul>
|
||||
<li>1.Fix failure to switch grouping</li>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue