Ver código fonte

version and release note

heavyrian2012 2 anos atrás
pai
commit
5a5accc94c
2 arquivos alterados com 8 adições e 3 exclusões
  1. 1 1
      pom.xml
  2. 7 2
      release_note.md

+ 1 - 1
pom.xml

@@ -5,7 +5,7 @@
 
 	<groupId>cn.wildfirechat</groupId>
 	<artifactId>app</artifactId>
-	<version>0.65</version>
+	<version>0.66</version>
 	<packaging>jar</packaging>
 
 	<name>app</name>

+ 7 - 2
release_note.md

@@ -1,6 +1,7 @@
 # 当前版本更新记录
-0.65 Release note:
-1. 通过应用服务发送消息时,返回消息ID和消息时间信息
+0.66 Release note:
+1. 添加生成用户和群组头像功能。
+2. 修正使用超级验证码无法更改密码的问题。
 
 # 升级注意事项
 1. 如果从0.40以前版本升级上来,需要注意升级兼容有问题 请参考Readme中的兼容问题说明
@@ -19,6 +20,10 @@
 
 # 历史更新记录
 
+-------------
+0.65 Release note:
+1. 通过应用服务发送消息时,返回消息ID和消息时间信息
+
 -------------
 0.64 Release note:
 1. 当用户名登录时,当用户不存在时也返回密码错误。