mirror of
https://github.com/rememberber/MooTool.git
synced 2026-09-19 10:46:38 +08:00
release:v1.5.6
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.luoboduner.moo.tool</groupId>
|
||||
<artifactId>MooTool</artifactId>
|
||||
<version>1.5.5</version>
|
||||
<version>1.5.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MooTool</name>
|
||||
|
||||
@@ -19,7 +19,7 @@ public class UiConsts {
|
||||
* 软件名称,版本
|
||||
*/
|
||||
public static final String APP_NAME = "MooTool";
|
||||
public static final String APP_VERSION = "v1.5.5";
|
||||
public static final String APP_VERSION = "v1.5.6";
|
||||
|
||||
public static final int TABLE_ROW_HEIGHT = 30;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"currentVersion": "v1.5.5",
|
||||
"currentVersion": "v1.5.6",
|
||||
"versionIndex": {
|
||||
"v0.0.0": "0",
|
||||
"v1.0.0": "1",
|
||||
@@ -26,7 +26,8 @@
|
||||
"v1.5.2": "22",
|
||||
"v1.5.3": "23",
|
||||
"v1.5.4": "24",
|
||||
"v1.5.5": "25"
|
||||
"v1.5.5": "25",
|
||||
"v1.5.6": "26"
|
||||
},
|
||||
"versionDetailList": [
|
||||
{
|
||||
@@ -158,6 +159,11 @@
|
||||
"version": "v1.5.5",
|
||||
"title": "新增Cron工具",
|
||||
"log": "● Cron表达式:支持生成和反解析\n● 全局:统一收藏图标样式 by wangshun\n\n"
|
||||
},
|
||||
{
|
||||
"version": "v1.5.6",
|
||||
"title": "升级至Java21",
|
||||
"log": "● 升级至Java21\n● 增加JVM参数外部配置,默认开启分代ZGC\n● 增加时钟大屏\n● 优化系统托盘菜单 issue by smallclover\n\n"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user