Commit c9a4c38f authored by Him188's avatar Him188

0.13 released

parent cc420691
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性 开发版本. 频繁更新, 不保证高稳定性
## `0.13.0` *On the way* ## `0.13.0` 2020/2/12
### mirai-core ### mirai-core
1. 修改 BotFactory, 添加 `context` 参数. 1. 修改 BotFactory, 添加 `context` 参数.
2. currentTimeMillis 减少不必要对象创建
3. 优化无锁链表性能 (大幅提升 `addAll` 性能)
### mirai-core-qqanroid ### mirai-core-qqanroid
安卓协议发布, 基于最新 QQ, 版本 `8.2.0` 安卓协议发布, 基于最新 QQ, 版本 `8.2.0`
...@@ -14,7 +16,8 @@ ...@@ -14,7 +16,8 @@
- 消息: 文字消息, 图片消息(含表情消息), 群员 At. - 消息: 文字消息, 图片消息(含表情消息), 群员 At.
- 列表: 群列表, 群员列表, 好友列表均已稳定. - 列表: 群列表, 群员列表, 好友列表均已稳定.
- 群操作: 查看和修改群名, 查看和修改群属性(含全体禁言, 坦白说, 自动批准加入, 匿名聊天, 允许成员拉人), 设置和解除成员禁言, 查看和修改成员名片, 踢出成员. - 群操作: 查看和修改群名, 查看和修改群属性(含全体禁言, 坦白说, 自动批准加入, 匿名聊天, 允许成员拉人), 设置和解除成员禁言, 查看和修改成员名片, 踢出成员.
- 事件: 接受群消息和好友消息并解析 - 消息事件: 接受群消息和好友消息并解析
- 群事件: 群员加入, 群员离开, 禁言和解除禁言, 群属性(含全体禁言, 坦白说, 匿名聊天, 允许成员拉人)改动.
### mirai-api-http ### mirai-api-http
HTTP API 已完成, by [@ryoii](https://github.com/ryoii). HTTP API 已完成, by [@ryoii](https://github.com/ryoii).
......
# style guide # style guide
kotlin.code.style=official kotlin.code.style=official
# config # config
mirai_version=0.12.0 mirai_version=0.13.0
kotlin.incremental.multiplatform=true kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true kotlin.parallel.tasks.in.project=true
# kotlin # kotlin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment