We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0718c5 commit 903ad51Copy full SHA for 903ad51
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
开发版本. 频繁更新, 不保证高稳定性
4
5
+## `0.37.2` 2020/4/13
6
+- 修复 `OnlineMessageSource.Incoming.target` 类型错误
7
+- 引入实验性 `Identified` 接口作为 `Contact` 和 `Bot` 的公共接口
8
+- 加快图片 MD5 计算过程
9
+- 加快图片上传过程
10
+- 其他小优化
11
+
12
## `0.37.1` 2020/4/12
13
**从 `0.37.1` 起 JVM 平台依赖无需带 "-jvm" 模块名**
14
**即原 "mirai-core-jvm" 和 "mirai-core-qqandroid-jvm" 均需去掉 "-jvm", 变为 "mirai-core" 和 "mirai-core-qqandroid"**
buildSrc/src/main/kotlin/Versions.kt
@@ -9,7 +9,7 @@
object Versions {
object Mirai {
- const val version = "0.37.1"
+ const val version = "0.37.2"
}
15
object Kotlin {
0 commit comments