mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-01 08:20:37 +08:00
0.10.0 released
This commit is contained in:
parent
2b43046957
commit
0694b1e8b2
@ -4,6 +4,15 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
### `0.10.0` *2019/12/23*
|
||||
**事件优化**
|
||||
更快的监听过程
|
||||
现在监听不再是 `suspend`, 而必须显式指定 `CoroutineScope`. 详见 [`Subscribers.kt`](mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Subscribers.kt#L69)
|
||||
删除原本的 bot.subscribe 等监听模式.
|
||||
|
||||
**其他**
|
||||
`Contact` 现在实现接口 `CoroutineScope`
|
||||
|
||||
### `0.9.0` *2019/12/20*
|
||||
**协议模块独立**
|
||||
现在 `mirai-core` 只提供基础的抽象类. 具体的各协议实现为 `mirai-core-PROTOCOL`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.9.0
|
||||
mirai_version=0.10.0
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
Loading…
Reference in New Issue
Block a user