From 7b48c7a74bb01cf096f9a953286059ecaf82f6e3 Mon Sep 17 00:00:00 2001 From: duoduo Date: Mon, 21 Oct 2019 16:44:11 +0800 Subject: [PATCH 1/3] =?UTF-8?q?update:=E5=8D=87=E7=BA=A7mybatis=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d229ac7c..1b2967a9 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ 1.2.7 2.1 1.18.8 - 3.5.1 + 3.5.3 3.28.0 4.12 4.1.4 From 9e8733ffca85fefe0a3767315ad60d1ebcc0665f Mon Sep 17 00:00:00 2001 From: duoduo Date: Sun, 27 Oct 2019 14:49:42 +0800 Subject: [PATCH 2/3] release:v_4.1.1_191027 --- src/main/java/com/fangxuele/tool/push/ui/UiConsts.java | 2 +- src/main/resources/version_summary.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fangxuele/tool/push/ui/UiConsts.java b/src/main/java/com/fangxuele/tool/push/ui/UiConsts.java index 8393adad..6bc68274 100644 --- a/src/main/java/com/fangxuele/tool/push/ui/UiConsts.java +++ b/src/main/java/com/fangxuele/tool/push/ui/UiConsts.java @@ -16,7 +16,7 @@ public class UiConsts { * 软件名称,版本 */ public final static String APP_NAME = "WePush"; - public final static String APP_VERSION = "v_4.1.0_190930"; + public final static String APP_VERSION = "v_4.1.1_191027"; /** * Logo-1024*1024 diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json index 464de5ac..bf137b94 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -1,5 +1,5 @@ { - "currentVersion": "v_4.1.0_190930", + "currentVersion": "v_4.1.1_191027", "versionIndex": { "v_1.1.0_170701": "0", "v_1.2.0_170831": "1", @@ -230,6 +230,11 @@ "version": "v_4.1.0_190930", "title": "新增支持小程序统一服务消息", "log": "● feature:新增支持小程序统一服务消息类型\n● bug fix:修复阿里云短信发送失败的问题(感谢@LEE.MW反馈)\n" + }, + { + "version": "v_4.1.1_191027", + "title": "一波细节优化", + "log": "● optimization:优化推送历史复制按钮功能\n● optimization:窗口关闭更优雅一些\n● optimization:窗口增加esc按钮事件\n● optimization:UI细节优化\n" } ] } \ No newline at end of file From 7d04cfe36d136a062fa6e5a3224976948129691e Mon Sep 17 00:00:00 2001 From: duoduo Date: Sun, 27 Oct 2019 14:52:48 +0800 Subject: [PATCH 3/3] release:v_4.1.1_191027 --- src/main/resources/version_summary.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/version_summary.json b/src/main/resources/version_summary.json index bf137b94..737360e9 100644 --- a/src/main/resources/version_summary.json +++ b/src/main/resources/version_summary.json @@ -38,7 +38,8 @@ "v_3.8.0_190909": "34", "v_3.9.0_190915": "35", "v_4.0.0_190928": "36", - "v_4.1.0_190930": "37" + "v_4.1.0_190930": "37", + "v_4.1.1_191027": "38" }, "versionDetailList": [ {