diff --git a/pom.xml b/pom.xml index d5ce48c7..f99e125a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.luoboduner.moo.tool MooTool - 1.6.7 + 1.6.8 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 0d71c5fb..8d14ef95 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.7"; + public static final String APP_VERSION = "v1.6.8"; 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 79dec844..2f7e66f3 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -1,5 +1,5 @@ { - "currentVersion": "v1.6.7", + "currentVersion": "v1.6.8", "versionIndex": { "v0.0.0": "0", "v1.0.0": "1", @@ -38,7 +38,8 @@ "v1.6.4": "34", "v1.6.5": "35", "v1.6.6": "36", - "v1.6.7": "37" + "v1.6.7": "37", + "v1.6.8": "38" }, "versionDetailList": [ { @@ -230,6 +231,11 @@ "version": "v1.6.7", "title": "多个功能迭代", "log": "● Java页面支持格式化\n● json工具增加支持key-value互换\n● 图片助手:页面增加缩放工具栏\n● 图片助手:优化自动保存逻辑,使操作更简单\n● macOS系统中,关闭窗口的行为调整为最小化\n● 随手记:搜索时支持包含内容\n● 随手记:快捷操作支持按行倒序、按A->Z/Z->A、按拼音排序\n● 随手记:快捷操作如果有选中的行,则只替换选中的行\n● 随手记、JSON、Host、HTTP、图片助手列表增加右键快捷菜单\n\n" + }, + { + "version": "v1.6.8", + "title": "随手记支持添加无序列表或者有序列表序号", + "log": "● 随手记支持添加无序列表或者有序列表序号\n● 细节优化\n\n" } ] } \ No newline at end of file