File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
mirai-api-http/src/main/resources Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## \[ 1.6.1\] - 2020-04-12
6+
7+ ### 变更
8+
9+ * Breaking change: websocket 监听命令返回字段 ` friend ` 变更为 ` sender ` ,具体含义见 [ README.md] ( https://github.com/mamoe/mirai-api-http/blob/master/README.md )
10+
11+ ### 新增
12+
13+ * 新增 ` uploadImage ` 接口的 ` type ` 字段为 ` temp `
14+ * 新增 ` sendImageMessage ` 接口发送临时会话图片, ` target ` 字段同 ` sendTempMessge ` ,高32位为群号,低32为为群员QQ号
15+
16+ ### 修复
17+
18+ * 修复 ` TempMessage ` 解析异常, #54
19+
20+
21+
522## \[ 1.6.0\] - 2020-04-11
623
724### 变更
Original file line number Diff line number Diff line change 11# build
2- httpVersion =v1.6.0
2+ httpVersion =v1.6.1
33# style guide
44kotlin.code.style =official
55# config
Original file line number Diff line number Diff line change 11name : MiraiAPIHTTP
22path : net.mamoe.mirai.api.http.HttpApiPluginBase
3- version : v1.6.0
3+ version : v1.6.1
44info : Mirai HTTP API Server Plugin
55author : " ryoii"
You can’t perform that action at this time.
0 commit comments