Skip to content

Commit

Permalink
Merge pull request rememberber#86 from rememberber/develop
Browse files Browse the repository at this point in the history
新版本号
  • Loading branch information
rememberber authored Dec 27, 2018
2 parents f3ae0f3 + 7e75130 commit 4c9d636
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.1_180721";
public final static String APP_VERSION = "v_2.3.2_181227";

/**
* 主窗口图标
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fangxuele/tool/push/ui/MainWindow.form
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<grid row="2" column="0" row-span="2" col-span="6" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Proudly by RememBerBer"/>
<text value="Proudly by 周波"/>
</properties>
</component>
<component id="68142" class="javax.swing.JLabel" binding="versionLabel">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fangxuele/tool/push/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ public void setQrCodeLabel(JLabel qrCodeLabel) {
label1.setText("WePush");
aboutPanel.add(label1, new GridConstraints(1, 0, 1, 6, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
final JLabel label2 = new JLabel();
label2.setText("Proudly by RememBerBer");
label2.setText("Proudly by 周波");
aboutPanel.add(label2, new GridConstraints(2, 0, 2, 6, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
versionLabel = new JLabel();
Font versionLabelFont = this.$$$getFont$$$("Microsoft YaHei UI", -1, -1, versionLabel.getFont());
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.1_180721",
"currentVersion": "v_2.3.2_181227",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand All @@ -18,7 +18,8 @@
"v_2.2.0_180516": "14",
"v_2.2.1_180625": "15",
"v_2.3.0_180714": "16",
"v_2.3.1_180721": "17"
"v_2.3.1_180721": "17",
"v_2.3.2_181227": "18"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -110,6 +111,11 @@
"version": "v_2.3.1_180721",
"title": "编辑消息Tab bug修复",
"log": "1.修复编辑消息界面切换消息类型无反应的bug\n"
},
{
"version": "v_2.3.2_181227",
"title": "编辑消息Tab bug修复",
"log": "1.通过文件导入时,自动判断文件字符集,防止乱码\n2.微信公众号配置必填项校验优化\n3.使用线程池,且限制最大线程数\n4.优化1366分辨率下默认字体大小\n5.优化依赖,减小安装包体积\n6.修复安全漏洞,解决代码中的Warning\n7.移除git中的大文件,大大大幅减少clone时的体积\n"
}
]
}

0 comments on commit 4c9d636

Please sign in to comment.