Skip to content

Commit f5ed395

Browse files
committed
Release v1.6.1
1 parent 3b12f74 commit f5ed395

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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
### 变更

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
httpVersion=v1.6.0
2+
httpVersion=v1.6.1
33
# style guide
44
kotlin.code.style=official
55
# config
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: MiraiAPIHTTP
22
path: net.mamoe.mirai.api.http.HttpApiPluginBase
3-
version: v1.6.0
3+
version: v1.6.1
44
info: Mirai HTTP API Server Plugin
55
author: "ryoii"

0 commit comments

Comments
 (0)