Skip to content

Commit

Permalink
Release v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Apr 27, 2020
1 parent 2d42bf8 commit 546ed43
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## \[1.6.4\] - 2020-04-28

### 变更

* 更新 `core` 依赖到 0.49.4
* 更新 `console` 依赖到 0.4.11
* (Breaking change): 群名修改事件 `GroupNameChangeEvent` 移除 `isByBot` 字段, 修改为 `operator` 字段 [详情](https://github.com/mamoe/mirai-api-http/blob/master/EventType.md#%E6%9F%90%E4%B8%AA%E7%BE%A4%E5%90%8D%E6%94%B9%E5%8F%98)

### 新增

* 支持Bot主动退群接口 `/quit`
* 支持获取Bot主动退群事件 `BotLeaveEventActive` 和 Bot被动(被踢)退群事件 `BotLeaveEventKick`



## \[1.6.3\] - 2020-04-14

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

0 comments on commit 546ed43

Please sign in to comment.