mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-15 07:37:08 +08:00
mirai-core 0.22.0
This commit is contained in:
parent
559e24b4ce
commit
b0bd3d2202
@ -2,6 +2,15 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
## `0.22.0` 2020/2/24
|
||||
### mirai-core
|
||||
- 重构 `MessageChain`, 引入 `CombinedMessage`. (兼容大部分原 API)
|
||||
- 新增 `MessageChainBuilder`, `buildMessageChain`
|
||||
- `ExternalImage` 现在接收多种输入参数
|
||||
|
||||
### mirai-core-qqandroid
|
||||
- 修复访问好友消息回执 `.sequenceId` 时抛出异常的问题
|
||||
|
||||
## `0.21.0` 2020/2/23
|
||||
- 支持好友消息的引用回复
|
||||
- 更加结构化的 `QuoteReply` 架构, 支持引用任意群/好友消息回复给任意群/好友.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
mirai_version=0.21.0
|
||||
mirai_version=0.22.0
|
||||
mirai_japt_version=1.1.0
|
||||
mirai_console_version=0.1.1
|
||||
kotlin.incremental.multiplatform=true
|
||||
|
Loading…
Reference in New Issue
Block a user