Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Apr 11, 2020
1 parent 432cfb5 commit bcd64ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@



## \[1.6.0\] - 2020-04-11

### 变更

* 更新 `core` 依赖到 0.36.1
* 更新 `console` 依赖到 0.4.8

### 新增

* 新增对 `TempMessage` 的支持, 可通过 `sendTempMessage` 接口发送临时会话消息,详情见文档
* 添加 `fetchMessage` 接口的扩展接口, `countMessage`, `peekMessage` 等,@copydog
* 添加心跳服务,用于外部程序检测 `api-http` 插件是否存活,[详情](https://github.com/mamoe/mirai-api-http/blob/master/docs/heartbeat.md) @copydog
* 添加消息上报服务,方便无公网IP的程序或其他三方程序对接,[详情](https://github.com/mamoe/mirai-api-http/blob/master/docs/report.md) @copydog

### 修复

* 启动时出现 `SLF4J` 日志丢失的命令行日志
* `Face``Poke` 消息类型解析失败, #39
* 修复 `sendGroupMessage` 没有返回的问题,#51




## \[1.5.1\] - 2020-04-07

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

0 comments on commit bcd64ef

Please sign in to comment.