This commit is contained in:
Him188 2020-03-08 20:14:41 +08:00
parent 592d5fdef5
commit c58dd8bc06
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.26.2` 2020/3/8
- 新增 `MessageChain.repeat``MessageChain.times`
- JVM 平台下 `PlatformLogger` 可重定向输出
- 修复 `NullMessageChain.equals` 判断不正确的问题
- 新增 `PlainText.of` 以应对一些特殊情况
## `0.26.1` 2020/3/8
- 重写 Jce 序列化, 提升反序列性能
- 更新 `Kotlin` 版本到 1.3.70

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
miraiVersion=0.26.1
miraiVersion=0.26.2
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin