Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Dec 6, 2019
1 parent 21e7eaf commit df00094
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion UpdateLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 修复禁言时间范围错误的问题
- 禁言的扩展函数现在会传递实际函数的返回值
Expand All @@ -11,7 +18,7 @@
协议
- 重新分析验证码包, 解决一些无法解析的情况. (这可能会产生新的问题, 遇到后请提交 issue)
- 重新分析提交密码包
- *提交验证码仍可能出现问题, 预计本周末解决*
- *提交验证码仍可能出现问题*

功能
- XML 消息 DSL 构造支持 (实验性) (暂不支持发送)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df00094

Please sign in to comment.