Commit ac20f2b3 authored by Him188's avatar Him188

0.39.2 released

parent bf4b56ab
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性 开发版本. 频繁更新, 不保证高稳定性
## `0.39.2` 220/4/24
- 完善 `Message` 相关的 KDoc
- 在支持图像界面的环境下弹出验证码输入 (#257)
- 修复无法通过 id 发送图片的问题 (#262)
- 修复彩色群名解析不全的问题 (#263)
## `0.39.1` 2020/4/24 ## `0.39.1` 2020/4/24
- 修复长消息发送失败的问题 (#256) - 修复长消息发送失败的问题 (#256)
- 撤销 `Bot.instances` 更改, 添加新的 `Bot.botInstances` 以兼容以前代码 - 撤销 `Bot.instances` 更改, 添加新的 `Bot.botInstances` 以兼容以前代码
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
object Versions { object Versions {
object Mirai { object Mirai {
const val version = "0.39.1" const val version = "0.39.2"
} }
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