Skip to content

Commit

Permalink
Merge pull request #128 from rememberber/develop
Browse files Browse the repository at this point in the history
release:v_3.2.0_190601
  • Loading branch information
rememberber authored Jun 1, 2019
2 parents 5815458 + c2001e7 commit 6c1c3b2
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.1.0_190524";
public final static String APP_VERSION = "v_3.2.0_190601";

/**
* 主窗口图标-大
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.1.0_190524",
"currentVersion": "v_3.2.0_190601",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -22,7 +22,8 @@
"v_2.3.2_181227": "18",
"v_2.3.3_190107": "19",
"v_3.0.0_190516": "20",
"v_3.1.0_190524": "21"
"v_3.1.0_190524": "21",
"v_3.2.0_190601": "22"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -134,6 +135,11 @@
"version": "v_3.1.0_190524",
"title": "新增支持微信公众号和小程序多账号切换",
"log": "1.新增支持微信公众号和小程序多账号管理和切换\n2.在UI打磨优化的路上执迷不悟\n3.新增平滑升级策略,无论什么版本升到最新版本理论上都不会影响用户本地旧的数据\n4.bug fix\n"
},
{
"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"
}
]
}

0 comments on commit 6c1c3b2

Please sign in to comment.