Skip to content

Commit bcd64ef

Browse files
committed
Release v1.6.0
1 parent 432cfb5 commit bcd64ef

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## \[1.6.0\] - 2020-04-11
6+
7+
### 变更
8+
9+
* 更新 `core` 依赖到 0.36.1
10+
* 更新 `console` 依赖到 0.4.8
11+
12+
### 新增
13+
14+
* 新增对 `TempMessage` 的支持, 可通过 `sendTempMessage` 接口发送临时会话消息,详情见文档
15+
* 添加 `fetchMessage` 接口的扩展接口, `countMessage`, `peekMessage` 等,@copydog
16+
* 添加心跳服务,用于外部程序检测 `api-http` 插件是否存活,[详情](https://github.com/mamoe/mirai-api-http/blob/master/docs/heartbeat.md) @copydog
17+
* 添加消息上报服务,方便无公网IP的程序或其他三方程序对接,[详情](https://github.com/mamoe/mirai-api-http/blob/master/docs/report.md) @copydog
18+
19+
### 修复
20+
21+
* 启动时出现 `SLF4J` 日志丢失的命令行日志
22+
* `Face``Poke` 消息类型解析失败, #39
23+
* 修复 `sendGroupMessage` 没有返回的问题,#51
24+
25+
26+
27+
528
## \[1.5.1\] - 2020-04-07
629

730
### 变更

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
httpVersion=v1.5.1
2+
httpVersion=v1.6.0
33
# style guide
44
kotlin.code.style=official
55
# config
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: MiraiAPIHTTP
22
path: net.mamoe.mirai.api.http.HttpApiPluginBase
3-
version: v1.5.1
3+
version: v1.6.0
44
info: Mirai HTTP API Server Plugin
55
author: "ryoii"

0 commit comments

Comments
 (0)