Skip to content

Commit cc561b8

Browse files
author
heavyrian2012
committed
更新版本号和release note
1 parent 4628b3b commit cc561b8

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../</relativePath>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>0.99</version>
8+
<version>1.0</version>
99
</parent>
1010

1111
<artifactId>moquette-broker</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>0.99</version>
8+
<version>1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--<relativePath>../pom.xml</relativePath>-->
77
<artifactId>wildfirechat-parent</artifactId>
88
<groupId>cn.wildfirechat</groupId>
9-
<version>0.99</version>
9+
<version>1.0</version>
1010
</parent>
1111

1212
<artifactId>distribution</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>wildfirechat-parent</artifactId>
1313

1414
<packaging>pom</packaging>
15-
<version>0.99</version>
15+
<version>1.0</version>
1616
<name>Wildfire Chat</name>
1717
<description>Wildfire Chat Server</description>
1818
<inceptionYear>2019</inceptionYear>

release_note.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212

1313
# 更新记录
1414

15+
--------------
16+
Release note 1.0:
17+
1. SDK检查工具添加help命令
18+
2. 去掉短连接端口被网络爬虫扫描输出的异常日志
19+
3. API支持创建组织群
20+
4. 添加配置禁止客户端进行某些群操作
21+
5. 解决route请求时可能不能正确携带推送类型的问题
22+
6. 会议成员离开加上离开原因
23+
7. 添加停止程序的命令
24+
8. 添加RTP Forward的API
25+
1526
--------------
1627
Release note 0.99:
1728
1. API获取用户信息时,过滤掉已经删除用户。

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wildfirechat-parent</artifactId>
55
<groupId>cn.wildfirechat</groupId>
6-
<version>0.99</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)