Skip to content

Commit

Permalink
0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 29, 2020
1 parent a58a7a4 commit 347fc7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

开发版本. 频繁更新, 不保证高稳定性

## `0.31.0` 2020/3/29
- 支持长消息发送, 单条消息最多含 4500 字符和 50 张图片
- 支持戳一戳消息: `PokeMessage`
- 修复 重复收到好友消息 (#129), 私聊图片出错 (#165)
-`MessageChain.toString` 增加缓存 (非原子), 以提升长消息处理的性能
- 发消息失败时将抛出带提示的异常
- 添加 `MessageSource` 将被重写的警告

## `0.30.1` 2020/3/26
- 修复一些事件解析失败的问题

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

object Versions {
object Mirai {
const val version = "0.30.1"
const val version = "0.31.0"
}

object Kotlin {
Expand Down

0 comments on commit 347fc7e

Please sign in to comment.