-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from dujiepeng/du_dev
update CHANGELOG
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
## 1.0.0 | ||
## 3.8.3 | ||
* NEW | ||
|
||
1. 实现初始化、注册、登录、退出、被踢功能; | ||
2. 实现加好友、删除好友功能; | ||
3. 实现群聊基本操作,如创建群、申请群、加入群、离开群、设置管理员、设置黑名单等; | ||
4. 实现聊天室基本操作,如加入聊天室、离开聊天室等; | ||
5. 实现消息种类:文字消息、语音消息、图片消息、短视频消息、短音频消息、CMD消息; | ||
6. 实现用户属性; | ||
|
||
|
||
|
||
* FIX: | ||
1. 修复demo在ios下编译失败; | ||
* TODO: | ||
|
||
1. 消息提醒; | ||
|
||
1. Sound null safety; | ||
|