Skip to content

Commit c04bee6

Browse files
author
clock
committed
1.4.12 CHANGELOG
1 parent 09b092e commit c04bee6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# 版本更新说明:
22

3+
## v1.4.12 @ 2017-06-17
4+
5+
###Feature
6+
7+
* [sdk] 修改delivery ack和read ack的格式
8+
* [sdk] 用户在离线状态下发送消息,会自动重连并将未成功发送的消息发送出去
9+
* [sdk] WEBIM支持多设备,添加加入聊天室事件
10+
* [sdk] 给delivered和ack加上from字段
11+
* [demo] 添加Rest Interface的 Test case
12+
13+
###BugFix
14+
15+
* [sdk] 强制不发送自己发送的消息的read ack
16+
* [demo] 修复建公开群需要审核,实际不需要审核的bug
17+
* [demo] 鼠标悬浮在群禁言图标上出现提示信息"禁言"
18+
* [demo] demo.html中从cdn引入sdk
19+
* [demo] 修复无法准确统计离线消息数的bug
20+
* [demo] window.history.pushState在windows的chrome上有兼容性问题,统一改成window.location.href
21+
* [demo] window.location.href = xxxx,如果修改的是href.search参数(?a=x&b=y)时候, 如果遇到file://方式打开本地index.html会直接跳转页面,造成登录一直不成功,改成修改 href.hash 参数(#a=x&b=y)
22+
* [demo] 将群管理员可操作的项目展示给管理员
23+
24+
25+
326
## v1.4.11 @ 2017-06-07
427

528
###Feature

0 commit comments

Comments
 (0)