mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 04:50:26 +08:00
0.15.1
This commit is contained in:
parent
a555180493
commit
508d988c1d
@ -2,13 +2,15 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
## `0.15.1` Unreleased
|
||||
## `0.15.1` 2020/2/15
|
||||
|
||||
### mirai-core
|
||||
- 统一异常处理: 所有群成员相关操作无权限时均抛出异常而不返回 `false`.
|
||||
|
||||
### mirai-core-qqandroid
|
||||
- 初始化未完成时缓存接收的所有事件包 (#46)
|
||||
- 解析群踢人事件时忽略找不到的群成员
|
||||
- 登录完成后广播事件 `BotOnlineEvent`
|
||||
|
||||
## `0.15.0` 2020/2/14
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.15.0
|
||||
mirai_version=0.15.1
|
||||
mirai_japt_version=1.0.0
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
|
Loading…
Reference in New Issue
Block a user