Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Sep 18, 2023
1 parent 0dc0dea commit 8a5651f
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.4</version>
<version>1.5.5</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.4";
public static final String APP_VERSION = "v1.5.5";

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.4",
"currentVersion": "v1.5.5",
"versionIndex": {
"v0.0.0": "0",
"v1.0.0": "1",
Expand All @@ -25,7 +25,8 @@
"v1.5.1": "21",
"v1.5.2": "22",
"v1.5.3": "23",
"v1.5.4": "24"
"v1.5.4": "24",
"v1.5.5": "25"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -152,6 +153,11 @@
"version": "v1.5.4",
"title": "Cron部分功能实现",
"log": "● 全局:窗口支持鼠标双击最大化/还原\n● 正则:优化正则表达式超过一定长度,组件会发生偏移的问题 issue by smallclover\n● Cron:增加收藏功能\n● Cron:最近10次运行时间计算\n\n"
},
{
"version": "v1.5.5",
"title": "新增Cron工具",
"log": "● Cron表达式:支持生成和反解析\n● 全局:统一收藏图标样式 by wangshun\n\n"
}
]
}

0 comments on commit 8a5651f

Please sign in to comment.