mirror of https://gitee.com/makejava/EasyCode.git
更新版本信息至1.2.8
This commit is contained in:
parent
541171592b
commit
ba3ccba5a8
|
@ -15,7 +15,7 @@ plugins {
|
||||||
|
|
||||||
|
|
||||||
group 'com.sjhy'
|
group 'com.sjhy'
|
||||||
version '1.2.7-java.RELEASE'
|
version '1.2.8-java.RELEASE'
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
|
@ -15,7 +15,7 @@ public interface GlobalDict {
|
||||||
/**
|
/**
|
||||||
* 版本号
|
* 版本号
|
||||||
*/
|
*/
|
||||||
String VERSION = "1.2.7";
|
String VERSION = "1.2.8";
|
||||||
/**
|
/**
|
||||||
* 作者名称
|
* 作者名称
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,6 +20,15 @@
|
||||||
|
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
|
<p>1.2.8-java.RELEASE</p>
|
||||||
|
<ul>
|
||||||
|
<li>1.Fix the error issue caused by missing icons in version 2023.1</li>
|
||||||
|
<li>2.Fix remote service connection failure issue</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>1.修复2023.1版本图标丢失导致报错问题</li>
|
||||||
|
<li>2.修复远程服务连接失败问题</li>
|
||||||
|
</ul>
|
||||||
<p>1.2.7-java.RELEASE</p>
|
<p>1.2.7-java.RELEASE</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.Fix extended attribute save loss</li>
|
<li>1.Fix extended attribute save loss</li>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue