Skip to content

Commit

Permalink
Merge pull request #208 from rememberber/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rememberber committed Aug 26, 2019
2 parents 4815916 + 962029b commit e3823de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<details>
<summary>Windows</summary>

[WePush-v3.6.3_190825-x64-Setup.exe](http://download.zhoubochina.com/exe/WePush-v3.6.3_190825-x64-Setup.exe)
[WePush-v3.6.2_190811-x64-Setup.exe](http://download.zhoubochina.com/exe/WePush-v3.6.2_190811-x64-Setup.exe)
[WePush-v3.6.1_190728-x64-Setup.exe](http://download.zhoubochina.com/exe/WePush-v3.6.1_190728-x64-Setup.exe)
[WePush-with-jre-v3.6.1_190728-x64-Setup.exe](http://download.zhoubochina.com/exe/WePush-with-jre-v3.6.1_190728-x64-Setup.exe)
Expand Down Expand Up @@ -106,6 +107,7 @@
<details>
<summary>Linux</summary>

[v3.6.3_190825](http://download.zhoubochina.com/linux/WePush-3.6.3.zip)
[v3.6.2_190811](http://download.zhoubochina.com/linux/WePush-3.6.2.zip)
[v3.6.1_190728](http://download.zhoubochina.com/linux/WePush-3.6.1.zip)
[v3.6.0_190721](http://download.zhoubochina.com/linux/WePush-3.6.0.zip)
Expand All @@ -116,4 +118,3 @@
[v3.3.0_190608](http://download.zhoubochina.com/linux/WePush-3.3.0.zip)

</details>

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.6.2_190811";
public final static String APP_VERSION = "v_3.6.3_190825";

/**
* 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_3.6.2_190811",
"currentVersion": "v_3.6.3_190825",
"versionIndex": {
"v_1.1.0_170701": "0",
"v_1.2.0_170831": "1",
Expand Down Expand Up @@ -32,7 +32,8 @@
"v_3.5.0_190713": "28",
"v_3.6.0_190721": "29",
"v_3.6.1_190728": "30",
"v_3.6.2_190811": "31"
"v_3.6.2_190811": "31",
"v_3.6.3_190825": "32"
},
"versionDetailList": [
{
Expand Down Expand Up @@ -194,6 +195,11 @@
"version": "v_3.6.2_190811",
"title": "全局支持撤销",
"log": "● feature:全局输入框支持撤销/重做\n● bugfix:修复http请求消息非get请求不支持空参的问题\n● optimization:MacOS环境时的菜单禁用\n● optimization:优化启动时UI渲染速度\n"
},
{
"version": "v_3.6.3_190825",
"title": "小的优化和修复",
"log": "● feature:微信相关消息类型url支持变量\n● 代码大规模重构,优化加载速度\n● optimization:一些界面相关的bug修复和细节调整\n● optimization:更新高清logo\n"
}
]
}

0 comments on commit e3823de

Please sign in to comment.