Commit 042dc47d authored by Him188's avatar Him188

1.0.2 released

parent 2e8df632
# Version 1.x # Version 1.x
## `1.0.2` 2020/6/1
- 新增 `Bot.botInstancesSequence`
- 修复日志中的时间未更新的问题
- 修复在某些情况下,Bot登录的时候无限重连 (#361)
- 优化一些文档注释
## `1.0.1` 2020/5/25 ## `1.0.1` 2020/5/25
- 新增临时会话消息发送事件: `TempMessageSendEvent` (#338) - 新增临时会话消息发送事件: `TempMessageSendEvent` (#338)
- 新增 `Bot.isOnline` (#342) - 新增 `Bot.isOnline` (#342)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
object Versions { object Versions {
object Mirai { object Mirai {
const val version = "1.0.1" const val version = "1.0.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