Commit 124cd0db authored by Him188's avatar Him188

Update UpdateLog.md

parent 21c8fa40
...@@ -2,9 +2,16 @@ ...@@ -2,9 +2,16 @@
## Main version 0 ## Main version 0
开发版本. 频繁更新, 不保证高稳定性
### 0.6.1
2019/12/3
- 新增: 无法解析密码包/验证码包时的调试输出. 以兼容更多的设备情况
- 新增: `MessagePacket``At.qq()` 捷径获取 QQ
### 0.6.0 ### 0.6.0
2019/12/02 2019/12/02
- 新增: 禁言群成员 - 新增: 禁言群成员 (`Member.mute(TimeSpan|Duration|MonthsSpan|Int|UInt)`)
- 新增: 解禁群成员 - 新增: 解禁群成员 (`Member.unmute()`)
- 修复: ContactList key 无法匹配 - 修复: ContactList key 无法匹配 (Kotlin 内联类型泛型投影错误)
\ No newline at end of file \ No newline at end of file
# style guide # style guide
kotlin.code.style=official kotlin.code.style=official
# config # config
mirai_version=0.6.0 mirai_version=0.6.1
kotlin.incremental.multiplatform=true kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true kotlin.parallel.tasks.in.project=true
# kotlin # 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