Commit 081ed09 1 parent cae0027 commit 081ed09 Copy full SHA for 081ed09
File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
开发版本. 频繁更新, 不保证高稳定性
4
4
5
+ ## ` 0.37.3 ` 2020/4/15
6
+ 新增:
7
+
8
+ - 在群名片修改事件(` MemberCardChangeEvent ` )中支持获取操作人
9
+ - 修复 #229 , 引入 ` ServiceMessage ` 作为 ` JsonMessage ` , ` XmlMessage ` 的父类并处理所有类型富文本消息解析
10
+ - 将所有 ` RichMessage ` 标注 ` MiraiExperimentalAPI ` 以警告将来改动
11
+
12
+ 问题修复:
13
+
14
+ - 修复潜在的长消息上传失败问题
15
+ - 简化 ` MessageSubscriberBuilder ` DSL, 整理 ` linear.kt ` , ` subscribers.kt `
16
+ - 修复启动时概率解析失败 ConfigPushSvc.PushReq
17
+ - 修复 #228 : 登录时没有因 ` LoginFailedException ` 中断
18
+ - 重构登录重连控制, 确保单一进程
19
+ - 处理无网络连接问题, 在无网络时将不尝试登录而等待网络连接
20
+ - 修复 #227 : Android 最新版无法编译
21
+ - 修复 #226 : BotUnmuteEvent
22
+ - 修复 #225 : 重复接收到群消息撤回问题
23
+ - 修复 #220 : 无法正常解析邀请机器人进群的富文本消息
24
+ - 修复 #217 : 解析 OnlinePush confess 状态时没有覆盖全面
25
+ - 优化遇到未知消息时的日志
26
+
5
27
## ` 0.37.2 ` 2020/4/13
6
28
- 修复 ` OnlineMessageSource.Incoming.target ` 类型错误
7
29
- 引入实验性 ` Identified ` 接口作为 ` Contact ` 和 ` Bot ` 的公共接口
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.2 "
12
+ const val version = " 0.37.3 "
13
13
}
14
14
15
15
object Kotlin {
You can’t perform that action at this time.
0 commit comments