Commit edde57a2 authored by Him188's avatar Him188

0.37.0

parent 0f91587a
......@@ -2,6 +2,14 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.37.0` 2020/4/11
- 支持主动退群: `Group.quit`, `BotLeaveEvent.Active`
- 支持临时消息撤回
- 支持好友消息撤回
- 修复一个内存泄露问题
- 修复彩色群名片读取失败的问题
- 修复退群事件重复广播的问题 (#221)
## `0.36.1` 2020/4/10
- 修复 `botAsPermission`
- 删除一些无用的调试输出
......
......@@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.36.1"
const val version = "0.37.0"
}
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