Commit 5f760840 authored by Him188's avatar Him188

0.40.0 released

parent 644f0f17
...@@ -2,6 +2,18 @@ ...@@ -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 ## `0.39.5` 2020/4/28
- 优化登录初始化, 提高稳定性 (#282) - 优化登录初始化, 提高稳定性 (#282)
- 支持 VIP 表情的解析: `VipFace` (不支持发送) - 支持 VIP 表情的解析: `VipFace` (不支持发送)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
object Versions { object Versions {
object Mirai { object Mirai {
const val version = "0.39.5" const val version = "0.40.0"
} }
object Kotlin { object Kotlin {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment