Commit df000947 authored by Him188's avatar Him188

0.7.2

parent 21e7eafe
......@@ -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 构造支持 (实验性) (暂不支持发送)
......
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment