Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Apr 12, 2020
1 parent 3b12f74 commit f5ed395
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### 变更
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=v1.6.0
httpVersion=v1.6.1
# style guide
kotlin.code.style=official
# config
Expand Down
2 changes: 1 addition & 1 deletion mirai-api-http/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f5ed395

Please sign in to comment.