Skip to content

Commit 081ed09

Browse files
committed
0.37.3 released
1 parent cae0027 commit 081ed09

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
开发版本. 频繁更新, 不保证高稳定性
44

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+
527
## `0.37.2` 2020/4/13
628
- 修复 `OnlineMessageSource.Incoming.target` 类型错误
729
- 引入实验性 `Identified` 接口作为 `Contact``Bot` 的公共接口

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
object Versions {
1111
object Mirai {
12-
const val version = "0.37.2"
12+
const val version = "0.37.3"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)