mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-16 20:12:21 +08:00
0.10.1 released
This commit is contained in:
parent
db2bcb4e02
commit
8882408930
15
UpdateLog.md
15
UpdateLog.md
@ -2,14 +2,15 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
## `0.10.1` 还未发布
|
||||
**Bot 构造**
|
||||
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
|
||||
移除 `CoroutineScope.Bot`
|
||||
移除 `suspend Bot(...)`
|
||||
添加 `Bot(..., BotConfiguration.() -> Unit)`
|
||||
## `0.10.1` *2019/12/30*
|
||||
**Bot 构造**
|
||||
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
|
||||
移除 `CoroutineScope.Bot`
|
||||
移除 `suspend Bot(...)`
|
||||
添加 `Bot(..., BotConfiguration.() -> Unit)`
|
||||
添加 `Bot(..., BotConfiguration = BotConfiguration.Default)`
|
||||
|
||||
**其他**
|
||||
**其他**
|
||||
移动部分文件, 模块化
|
||||
|
||||
## `0.10.0` *2019/12/23*
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.10.0
|
||||
mirai_version=0.10.1
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
Loading…
Reference in New Issue
Block a user