Skip to content

Commit

Permalink
Merge pull request #131 from rememberber/develop
Browse files Browse the repository at this point in the history
release:v_3.2.1_190603
  • Loading branch information
rememberber authored Jun 3, 2019
2 parents 5bbaacc + 5e03a59 commit 797a9e3
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_3.2.0_190601";
public final static String APP_VERSION = "v_3.2.1_190603";

/**
* 主窗口图标-大
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_3.2.0_190601",
"currentVersion": "v_3.2.1_190603",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -23,7 +23,8 @@
"v_2.3.3_190107": "19",
"v_3.0.0_190516": "20",
"v_3.1.0_190524": "21",
"v_3.2.0_190601": "22"
"v_3.2.0_190601": "22",
"v_3.2.1_190603": "23"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -140,6 +141,11 @@
"version": "v_3.2.0_190601",
"title": "集中bug修复版本",
"log": "1.修复1366x768等低分辨率情况下显示不全的问题\n2.优化表格行点击事件,反应更灵敏\n3.feature:多账号管理对话框增加ESC按钮事件 rememberber 2019/5/27 20:38\n4.修复微信相关账号修改需要重启应用的问题\n5.优化微信小程序模板消息预览需要formId的提示\n6.移除不合适的皮肤,修复某些情况下切换皮肤后无法正常启动的问题\n"
},
{
"version": "v_3.2.1_190603",
"title": "修复阿里云短信发送失败的问题",
"log": "1.修复阿里云短信发送失败的问题\n2.优化其他类型短信客户端\n\n"
}
]
}

0 comments on commit 797a9e3

Please sign in to comment.