Skip to content

Commit

Permalink
Merge pull request #97 from rememberber/develop
Browse files Browse the repository at this point in the history
新版本号
  • Loading branch information
rememberber authored Jan 7, 2019
2 parents 1bfd6f7 + 6393c9e commit c903094
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/ConstantsUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ConstantsUI {
* 软件名称,版本
*/
final static String APP_NAME = "WePush";
public final static String APP_VERSION = "v_2.3.2_181227";
public final static String APP_VERSION = "v_2.3.3_190107";

/**
* 主窗口图标
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_2.3.2_181227",
"currentVersion": "v_2.3.3_190107",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -19,7 +19,8 @@
"v_2.2.1_180625": "15",
"v_2.3.0_180714": "16",
"v_2.3.1_180721": "17",
"v_2.3.2_181227": "18"
"v_2.3.2_181227": "18",
"v_2.3.3_190107": "19"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -116,6 +117,11 @@
"version": "v_2.3.2_181227",
"title": "性能优化+体验优化+减小项目体积",
"log": "1.通过文件导入时,自动判断文件字符集,防止乱码\n2.微信公众号配置必填项校验优化\n3.使用线程池,且限制最大线程数\n4.优化1366分辨率下默认字体大小\n5.优化依赖,减小安装包体积\n6.修复安全漏洞,解决代码中的Warning\n7.移除git中的大文件,大大大幅减少clone时的体积\n"
},
{
"version": "v_2.3.3_190107",
"title": "使用模板引擎处理变量消息",
"log": "1.使用Velocity模板引擎处理变量消息\n2.微信相关消息全局支持昵称变量:“${NICK_NAME}”\n3.所有消息全局支持换行变量:“${ENTER}”\n"
}
]
}

0 comments on commit c903094

Please sign in to comment.