mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-22 06:03:32 +08:00
0.26.2
This commit is contained in:
@@ -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
|
## `0.26.1` 2020/3/8
|
||||||
- 重写 Jce 序列化, 提升反序列性能
|
- 重写 Jce 序列化, 提升反序列性能
|
||||||
- 更新 `Kotlin` 版本到 1.3.70
|
- 更新 `Kotlin` 版本到 1.3.70
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# style guide
|
# style guide
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
# config
|
# config
|
||||||
miraiVersion=0.26.1
|
miraiVersion=0.26.2
|
||||||
kotlin.incremental.multiplatform=true
|
kotlin.incremental.multiplatform=true
|
||||||
kotlin.parallel.tasks.in.project=true
|
kotlin.parallel.tasks.in.project=true
|
||||||
# kotlin
|
# kotlin
|
||||||
|
|||||||
Reference in New Issue
Block a user