Commit 09b7f80b authored by Him188's avatar Him188

0.37.5 released

parent 4fa9f1ac
......@@ -2,6 +2,13 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.37.5` 2020/4/20
- 上传长消息和图片时允许重试, 提高稳定性
- 优化无网络时的重连逻辑
-`Message` 中添加 `equals``hashCode`, 将部分类型消息定义为 `data class`
- `MessageSource.id` 现在返回非 0 序列号
- 实现已撤回判断, 同一个 `MessageSource` 只能撤回一次
## `0.37.4` 2020/4/17
- 修复 #220: 无法正常解析邀请机器人进群的富文本消息
- 修复 #236: 删除无用的 getter 方法生成
......
......@@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.37.4"
const val version = "0.37.5"
}
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