Commit 79dd1354 authored by Him188's avatar Him188

0.39.3 released

parent 56fc3aa8
......@@ -2,7 +2,15 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.39.2` 220/4/24
## `0.39.3` 2020/4/25
- 添加 `Message.isContentEmpty()``Message.isContentNotEmpty()`
- 在发送消息前检查是否为空 (#268)
- 修复重复收到一些事件的问题 (#259)
- 支持所有图片的下载链接获取 (#250)
- 修复部分情况下验证码窗口无法显示的问题 (#270)
- 构造 `ForwardMessage` 时不允许 `ForwardMessage.nodeList` 为空.
## `0.39.2` 2020/4/24
- 完善 `Message` 相关的 KDoc
- 在支持图像界面的环境下弹出验证码输入 (#257)
- 修复无法通过 id 发送图片的问题 (#262)
......
......@@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.39.2"
const val version = "0.39.3"
}
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