Skip to content

Commit

Permalink
release:v_4.2.0_191129
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberber committed Nov 29, 2019
1 parent fd48b48 commit 6b68188
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/fangxuele/tool/push/ui/UiConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class UiConsts {
* 软件名称,版本
*/
public final static String APP_NAME = "WePush";
public final static String APP_VERSION = "v_4.1.1_191027";
public final static String APP_VERSION = "v_4.2.0_191129";

/**
* Logo-1024*1024
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": "v_4.1.1_191027",
"currentVersion": "v_4.2.0_191129",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand Down Expand Up @@ -39,7 +39,8 @@
"v_3.9.0_190915": "35",
"v_4.0.0_190928": "36",
"v_4.1.0_190930": "37",
"v_4.1.1_191027": "38"
"v_4.1.1_191027": "38",
"v_4.2.0_191129": "39"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -236,6 +237,11 @@
"version": "v_4.1.1_191027",
"title": "一波细节优化",
"log": "● optimization:优化推送历史复制按钮功能\n● optimization:窗口关闭更优雅一些\n● optimization:窗口增加esc按钮事件\n● optimization:UI细节优化\n"
},
{
"version": "v_4.2.0_191129",
"title": "新增支持小程序订阅消息",
"log": "● feature:新增支持小程序订阅消息类型\n● optimization:优化消息发送器日志打印\n● optimization:提高启动时界面渲染速度\n● fix:修复http请求消息和钉钉消息无法删除的问题\n"
}
]
}

0 comments on commit 6b68188

Please sign in to comment.