Skip to content

Commit df00094

Browse files
committed
0.7.2
1 parent 21e7eaf commit df00094

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

UpdateLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Major version 0
44

55
开发版本. 频繁更新, 不保证高稳定性
6+
### 0.7.2 2019/12/07
7+
- 使所有协议相关类 `internal`
8+
- 去掉一些 `close` 的不应该有的 `suspend`
9+
- `QQ`, `Member`, `Group` 现在继承接口 `CoroutineScope`
10+
-`LoginResult``inline class` 修改为 `enum class`
11+
- 添加和修改了 `BotAccount``Bot` 的构造器
12+
613
### 0.7.1 2019/12/05
714
- 修复禁言时间范围错误的问题
815
- 禁言的扩展函数现在会传递实际函数的返回值
@@ -11,7 +18,7 @@
1118
协议
1219
- 重新分析验证码包, 解决一些无法解析的情况. (这可能会产生新的问题, 遇到后请提交 issue)
1320
- 重新分析提交密码包
14-
- *提交验证码仍可能出现问题, 预计本周末解决*
21+
- *提交验证码仍可能出现问题*
1522

1623
功能
1724
- XML 消息 DSL 构造支持 (实验性) (暂不支持发送)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# style guide
22
kotlin.code.style=official
33
# config
4-
mirai_version=0.7.1
4+
mirai_version=0.7.2
55
kotlin.incremental.multiplatform=true
66
kotlin.parallel.tasks.in.project=true
77
# kotlin

0 commit comments

Comments
 (0)