Skip to content

Commit b2e7b30

Browse files
committed
Release v1.5.0
1 parent 3adc6dd commit b2e7b30

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

33

44

5+
## \[1.5.0-pre\] - 2020-04-05
6+
7+
### 变更
8+
9+
* 更新 `core` 依赖到 0.33.0
10+
* 所有 `messageId`, `time``Long` 变更为 `Int`
11+
* `Quote` 消息类型增加 `targetId` 作为获取原消息发送目标的依据
12+
* Breaking Change: `/fetchMessage` 接口返回带状态码对象, [详情](https://github.com/mamoe/mirai-api-http/blob/master/README.md#%E5%93%8D%E5%BA%94-%E8%BF%94%E5%9B%9Ejson%E5%AF%B9%E8%B1%A1)
13+
14+
### 新增
15+
* 支持 `FlashImage` 闪照类型,处理同 `Image`, `imageId` 可通用
16+
17+
### 修复
18+
* 处理 `消息过长` 异常 (code: 30)
19+
* 处理意料之外的 `Bot被禁言` 异常 (code: 20), #34
20+
21+
22+
523
## \[1.5.0-pre\] - 2020-04-05
624

725
### 变更

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.4.1
2+
httpVersion=v1.5.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.0-pre
3+
version: v1.5.0
44
info: Mirai HTTP API Server Plugin
55
author: "ryoii"

0 commit comments

Comments
 (0)