Skip to content

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Apr 13, 2020
1 parent 65c4b97 commit 292a603
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## \[1.6.2\] - 2020-04-13

### 变更

* 调整 `sendFriendMessage`, `sendGroupMessage``sendTempMessage` 的接口参数,`sendTempMessage`的调整为不兼容调整。
* 调整 `sendImageMessage` 接口, 当 `qq``group` 参数同时存在时标识发送临时会话图片。发送好友图片和发送群消息图片的用法不变。

### 新增

* 新增添加好友申请事情和用户入群申请事件的解析和处理
* 新增 `about` 接口获取 `apit-http` 插件的基本信息



## \[1.6.1\] - 2020-04-12

### 变更
Expand All @@ -11,7 +25,7 @@
### 新增

* 新增 `uploadImage` 接口的 `type` 字段为 `temp`
* 新增 `sendImageMessage` 接口发送临时会话图片, `target` 字段同 `sendTempMessge`,高32位为群号,低32为为群员QQ号
* 新增 `sendImageMessage` 接口发送临时会话图片, `target` 字段同 `sendTempMessge`,高32位为群号,低32位为群员QQ号

### 修复

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.1
httpVersion=v1.6.2
# 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.1
version: v1.6.2
info: Mirai HTTP API Server Plugin
author: "ryoii"

0 comments on commit 292a603

Please sign in to comment.