Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Sep 3, 2023
1 parent bd4c7e4 commit aa44190
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.luoboduner.moo.tool</groupId>
<artifactId>MooTool</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>jar</packaging>

<name>MooTool</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/luoboduner/moo/tool/ui/UiConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class UiConsts {
* 软件名称,版本
*/
public static final String APP_NAME = "MooTool";
public static final String APP_VERSION = "v1.5.2";
public static final String APP_VERSION = "v1.5.3";

public static final int TABLE_ROW_HEIGHT = 30;

Expand Down
10 changes: 8 additions & 2 deletions src/main/resources/version_summary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"currentVersion": "v1.5.2",
"currentVersion": "v1.5.3",
"versionIndex": {
"v0.0.0": "0",
"v1.0.0": "1",
Expand All @@ -23,7 +23,8 @@
"v1.4.8": "19",
"v1.5.0": "20",
"v1.5.1": "21",
"v1.5.2": "22"
"v1.5.2": "22",
"v1.5.3": "23"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -140,6 +141,11 @@
"version": "v1.5.2",
"title": "JetBrains Mono font字体问题优化",
"log": "● 修复:由于使用的FlatLaf的JetBrains Mono font字体在MacOS上存在兼容性问题,将其从默认调整为可选\n\n"
},
{
"version": "v1.5.3",
"title": "优化复制成功等操作的提示行为",
"log": "● 全局:优化复制成功等操作的提示行为,减少鼠标点击次数\n● Host:Host功能查找按钮的提示文本错误修正 by wangshun\n● Cron:增加cron表达式转自然语言功能\n● Cron:增加常用cron表达式\n\n"
}
]
}

0 comments on commit aa44190

Please sign in to comment.