File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
mirai-api-http/src/main/resources Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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### 变更
Original file line number Diff line number Diff line change 11# build
2- httpVersion =v1.5.1
2+ httpVersion =v1.6.0
33# style guide
44kotlin.code.style =official
55# config
Original file line number Diff line number Diff line change 11name : MiraiAPIHTTP
22path : net.mamoe.mirai.api.http.HttpApiPluginBase
3- version : v1.5.1
3+ version : v1.6.0
44info : Mirai HTTP API Server Plugin
55author : " ryoii"
You can’t perform that action at this time.
0 commit comments