Commit 347fc7e5 authored by Him188's avatar Him188

0.31.0

parent a58a7a46
......@@ -2,6 +2,14 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.31.0` 2020/3/29
- 支持长消息发送, 单条消息最多含 4500 字符和 50 张图片
- 支持戳一戳消息: `PokeMessage`
- 修复 重复收到好友消息 (#129), 私聊图片出错 (#165)
-`MessageChain.toString` 增加缓存 (非原子), 以提升长消息处理的性能
- 发消息失败时将抛出带提示的异常
- 添加 `MessageSource` 将被重写的警告
## `0.30.1` 2020/3/26
- 修复一些事件解析失败的问题
......
......@@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.30.1"
const val version = "0.31.0"
}
object Kotlin {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment