From 4064381fd32e62a8159d13d287cf2a587ba013be Mon Sep 17 00:00:00 2001 From: rememberber Date: Fri, 6 Dec 2024 20:18:00 +0800 Subject: [PATCH] 1.6.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 5bb2e0a0..6ce87de9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.luoboduner.moo.tool MooTool - 1.6.5 + 1.6.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 95942ff9..ad3a3a5c 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.6.5"; + public static final String APP_VERSION = "v1.6.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 55bf0b16..0ef1b696 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -1,5 +1,5 @@ { - "currentVersion": "v1.6.5", + "currentVersion": "v1.6.6", "versionIndex": { "v0.0.0": "0", "v1.0.0": "1", @@ -36,7 +36,8 @@ "v1.6.2": "32", "v1.6.3": "33", "v1.6.4": "34", - "v1.6.5": "35" + "v1.6.5": "35", + "v1.6.6": "36" }, "versionDetailList": [ { @@ -218,6 +219,11 @@ "version": "v1.6.5", "title": "首次初始化时的细节优化和一些功能更新", "log": "● 首次初始化时的细节优化\n● 新增快捷键:Command + W 最小化窗口\n● JSON工具增加JavaBean和JSON互转功能\n● 格式化Tab支持文本格式化\n\n" + }, + { + "version": "v1.6.6", + "title": "初步支持翻译功能", + "log": "● 初步支持翻译功能\n● HTTP请求无HTTP前缀时默认添加http://前缀 感谢:guozhipeng\n● 二维码保存按钮文案改为:保存\n● About页面增加贡献者列表\n\n" } ] } \ No newline at end of file