mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-29 10:00:13 +08:00
0.10.3
This commit is contained in:
parent
aad4358f90
commit
575d915c11
@ -2,6 +2,11 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
## `0.10.3` *2020/1/1*
|
||||
- 修复一个由 atomicfu 的 bug 导致的 VerifyError
|
||||
- 添加 `ExternalImageAndroid`
|
||||
- 事件处理抛出异常时正确地停止监听
|
||||
|
||||
## `0.10.1` *2019/12/30*
|
||||
**Bot 构造**
|
||||
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.10.1
|
||||
mirai_version=0.10.3
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
Loading…
Reference in New Issue
Block a user