2
0
Эх сурвалжийг харах

1.1.7 version and release note

heavyrian2012 2 жил өмнө
parent
commit
082f42af77
6 өөрчлөгдсөн 12 нэмэгдсэн , 5 устгасан
  1. 1 1
      broker/pom.xml
  2. 1 1
      common/pom.xml
  3. 1 1
      distribution/pom.xml
  4. 1 1
      pom.xml
  5. 7 0
      release_note.md
  6. 1 1
      sdk/pom.xml

+ 1 - 1
broker/pom.xml

@@ -5,7 +5,7 @@
         <relativePath>../</relativePath>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.6</version>
+        <version>1.1.7</version>
     </parent>
 
     <artifactId>moquette-broker</artifactId>

+ 1 - 1
common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.6</version>
+        <version>1.1.7</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
distribution/pom.xml

@@ -6,7 +6,7 @@
         <!--<relativePath>../pom.xml</relativePath>-->
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.6</version>
+        <version>1.1.7</version>
     </parent>
 
     <artifactId>distribution</artifactId>

+ 1 - 1
pom.xml

@@ -12,7 +12,7 @@
     <artifactId>wildfirechat-parent</artifactId>
 
     <packaging>pom</packaging>
-    <version>1.1.6</version>
+    <version>1.1.7</version>
     <name>Wildfire Chat</name>
     <description>Wildfire Chat Server</description>
     <inceptionYear>2019</inceptionYear>

+ 7 - 0
release_note.md

@@ -12,6 +12,13 @@
 
 # 更新记录
 
+--------------
+Release note 1.1.7:
+1. 优化用户搜索功能。
+2. 推送消息中使用群备注。
+3. 推送消息中添加发送者和目标头像。
+4. 优化撤回消息流程。
+
 --------------
 Release note 1.1.6:
 1. 支持用户设置查找自己的方法。

+ 1 - 1
sdk/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.6</version>
+        <version>1.1.7</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>