1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-15 07:37:08 +08:00

Fix GroupId.toGroupInternalId, 0.8.2

This commit is contained in:
Him188 2019-12-15 17:00:16 +08:00
parent 2bb4ac047b
commit 3f8eb2c0ba
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,11 @@
开发版本. 频繁更新, 不保证高稳定性
### `0.8.1` *2019/12/15*
### `0.8.2` *2019/12/15*
- 修复 GroupId.toGroupInternalId 错误
- 修复解析群消息时小概率出现的一个错误
### `0.8.1` *2019/12/15*
- 修复有时群资料无法获取的情况
- 现在 `At.qq`, `Long.qq` 等函数不再是 `suspend`

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
mirai_version=0.8.1
mirai_version=0.8.2
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin