Commit 86f25c5 1 parent a0c1675 commit 86f25c5 Copy full SHA for 86f25c5
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
开发版本. 频繁更新, 不保证高稳定性
4
4
5
+ ## ` 0.37.1 ` 2020/4/12
6
+ ** 从 ` 0.37.1 ` 起 JVM 平台依赖无需带 "-jvm" 模块名**
7
+ ** 即原 "mirai-core-jvm" 和 "mirai-core-qqandroid-jvm" 均需去掉 "-jvm", 变为 "mirai-core" 和 "mirai-core-qqandroid"**
8
+
9
+ - 登录时尝试多个服务器, 随服务器需求切换服务器 (解决潜在的无法登录的问题) (#52 )
10
+ - 优化带有 ` QuoteReply ` 时的消息长度估算
11
+ - 添加 ` MessageChainBuilder.build ` , 效果同 ` asMessageChain `
12
+ - 在 ` ContactMessage ` 中添加 ` At.isBot `
13
+ - 在 ` MessageSubscribersBuilder ` 中添加 ` String.invoke ` , ` atBot ` DSL
14
+
5
15
## ` 0.37.0 ` 2020/4/11
6
16
- 支持主动退群: ` Group.quit ` , ` BotLeaveEvent.Active `
7
17
- 支持临时消息撤回
Original file line number Diff line number Diff line change 9
9
10
10
object Versions {
11
11
object Mirai {
12
- const val version = " 0.37.0 "
12
+ const val version = " 0.37.1 "
13
13
}
14
14
15
15
object Kotlin {
You can’t perform that action at this time.
0 commit comments