0.40.0 released

This commit is contained in:
Him188 2020-04-29 21:10:32 +08:00
parent 644f0f175b
commit 5f760840bd
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,18 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.40.0` 2020/4/29
`1.0.0` 正式版发布时, 所有为旧版本做的兼容都将删除, 因此请尽快迁移.
- `Message` 不再继承 `CharSequence` (兼容到 `1.0.0`)
- 废弃 `XmlMessage``JsonMessage`. 需使用 `ServiceMessage` 并手动指定 `serviceId`
- 修复登录时概率失败的问题
- 提高事件处理稳定性
- Java 事件默认 `LOCKED`, 而不是 `CONCURRENT`
- 弃用 `PlainText.stringValue`, 以 `PlainText.content` 替代
- 将 `VipFace` 作为 `PlainText` 发送, 而不是抛出异常
- 修复 `BufferedImage.toExternalImage` 降低图片质量的问题
## `0.39.5` 2020/4/28
- 优化登录初始化, 提高稳定性 (#282)
- 支持 VIP 表情的解析: `VipFace` (不支持发送)

View File

@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.39.5"
const val version = "0.40.0"
}
object Kotlin {