Skip to content

Commit

Permalink
version 1.2.0 and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Nov 18, 2023
1 parent 24c6538 commit 08b813c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.1.9</version>
<version>1.2.0</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.1.9</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.1.9</version>
<version>1.2.0</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>wildfirechat-parent</artifactId>

<packaging>pom</packaging>
<version>1.1.9</version>
<version>1.2.0</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2019</inceptionYear>
Expand Down
10 changes: 10 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

# 更新记录

--------------
Release note 1.2.0:
1. 添加配置开关,可以关掉api/version检查接口。
2. Server SDK会议事件中添加时间戳。
3. 禁止私聊时,如果一方在允许私聊列表中,允许私聊。
4. 解决某些特殊情况下获取网卡信息失败导致启动失败的问题。
5. 支持按照用户ID来搜索用户。
6. 添加获取某个用户是否在聊天室的接口。
7. 优化多端加入聊天室的处理。

--------------
Release note 1.1.9:
1. 解决服务器时间误差太大引起的问题。
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.1.9</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions sdk/sdk_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
<dependency>
<groupId>cn.wildfirechat</groupId>
<artifactId>sdk</artifactId>
<version>1.1.9</version>
<version>1.2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/sdk-1.1.9.jar</systemPath>
</dependency>

<dependency>
<groupId>cn.wildfirechat</groupId>
<artifactId>common</artifactId>
<version>1.1.9</version>
<version>1.2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/common-1.1.9.jar</systemPath>
</dependency>
Expand Down

0 comments on commit 08b813c

Please sign in to comment.