1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00

0.13 released

This commit is contained in:
Him188 2020-02-12 23:55:19 +08:00
parent cc42069196
commit c9a4c38f79
2 changed files with 6 additions and 3 deletions

View File

@ -2,10 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.13.0` *On the way*
## `0.13.0` 2020/2/12
### mirai-core
1. 修改 BotFactory, 添加 `context` 参数.
2. currentTimeMillis 减少不必要对象创建
3. 优化无锁链表性能 (大幅提升 `addAll` 性能)
### mirai-core-qqanroid
安卓协议发布, 基于最新 QQ, 版本 `8.2.0`
@ -14,7 +16,8 @@
- 消息: 文字消息, 图片消息(含表情消息), 群员 At.
- 列表: 群列表, 群员列表, 好友列表均已稳定.
- 群操作: 查看和修改群名, 查看和修改群属性(含全体禁言, 坦白说, 自动批准加入, 匿名聊天, 允许成员拉人), 设置和解除成员禁言, 查看和修改成员名片, 踢出成员.
- 事件: 接受群消息和好友消息并解析
- 消息事件: 接受群消息和好友消息并解析
- 群事件: 群员加入, 群员离开, 禁言和解除禁言, 群属性(含全体禁言, 坦白说, 匿名聊天, 允许成员拉人)改动.
### mirai-api-http
HTTP API 已完成, by [@ryoii](https://github.com/ryoii).

View File

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