From f5ed395c5f45d9c62de501c2047805b77eff25ec Mon Sep 17 00:00:00 2001 From: ryoii Date: Sun, 12 Apr 2020 17:50:27 +0800 Subject: [PATCH] Release v1.6.1 --- CHANGELOG.md | 17 +++++++++++++++++ gradle.properties | 2 +- mirai-api-http/src/main/resources/plugin.yml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ca4744..eef706de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## \[1.6.1\] - 2020-04-12 + +### 变更 + +* Breaking change: websocket 监听命令返回字段 `friend` 变更为 `sender`,具体含义见 [README.md](https://github.com/mamoe/mirai-api-http/blob/master/README.md) + +### 新增 + +* 新增 `uploadImage` 接口的 `type` 字段为 `temp` +* 新增 `sendImageMessage` 接口发送临时会话图片, `target` 字段同 `sendTempMessge`,高32位为群号,低32为为群员QQ号 + +### 修复 + +* 修复 `TempMessage` 解析异常, #54 + + + ## \[1.6.0\] - 2020-04-11 ### 变更 diff --git a/gradle.properties b/gradle.properties index dd815429..02c3a8a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # build -httpVersion=v1.6.0 +httpVersion=v1.6.1 # style guide kotlin.code.style=official # config diff --git a/mirai-api-http/src/main/resources/plugin.yml b/mirai-api-http/src/main/resources/plugin.yml index f1ac534a..2f4b1f17 100644 --- a/mirai-api-http/src/main/resources/plugin.yml +++ b/mirai-api-http/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: MiraiAPIHTTP path: net.mamoe.mirai.api.http.HttpApiPluginBase -version: v1.6.0 +version: v1.6.1 info: Mirai HTTP API Server Plugin author: "ryoii"