We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd27cd commit ef4042aCopy full SHA for ef4042a
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
4
5
+## \[1.5.1\] - 2020-04-07
6
+
7
+### 变更
8
9
+* 更新 `core` 依赖到 0.34.0
10
+* 更新 `console` 依赖到 0.4.3
11
12
+### 新增
13
+* 支持 `FlashImage` 闪照类型,处理同 `Image`, `imageId` 可通用
14
15
+### 修复
16
+* 插件重启时出现的异常
17
18
19
20
## \[1.5.0\] - 2020-04-05
21
22
### 变更
gradle.properties
@@ -1,5 +1,5 @@
1
# build
-httpVersion=v1.5.0
+httpVersion=v1.5.1
# style guide
kotlin.code.style=official
# config
mirai-api-http/src/main/resources/plugin.yml
name: MiraiAPIHTTP
path: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: v1.5.0
+version: v1.5.1
info: Mirai HTTP API Server Plugin
author: "ryoii"
0 commit comments