mirror of
https://github.com/rememberber/MooTool.git
synced 2026-09-19 02:37:00 +08:00
1.6.8
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.luoboduner.moo.tool</groupId>
|
||||
<artifactId>MooTool</artifactId>
|
||||
<version>1.6.7</version>
|
||||
<version>1.6.8</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.6.7";
|
||||
public static final String APP_VERSION = "v1.6.8";
|
||||
|
||||
public static final int TABLE_ROW_HEIGHT = 30;
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user