mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-28 01:20:21 +08:00
0.26.2
This commit is contained in:
parent
592d5fdef5
commit
c58dd8bc06
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user