From d9e426302c6bb5f994ec40da82433e9e3ed1193e Mon Sep 17 00:00:00 2001 From: RememBerBer Date: Thu, 28 Sep 2023 17:35:29 +0800 Subject: [PATCH] release:v1.5.6 --- pom.xml | 2 +- src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java | 2 +- src/main/resources/version_summary.json | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 515f2883..61f966fb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.luoboduner.moo.tool MooTool - 1.5.5 + 1.5.6 jar MooTool diff --git a/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java b/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java index b3abda27..b5a31f2a 100644 --- a/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java +++ b/src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java @@ -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; diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json index a5b3bc68..2e83ef86 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -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" } ] } \ No newline at end of file