1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00
This commit is contained in:
Him188 2019-12-07 00:07:20 +08:00
parent 21e7eafe04
commit df000947fc
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
mirai_version=0.7.1
mirai_version=0.7.2
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin