We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974ef61 commit 8258fadCopy full SHA for 8258fad
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
开发版本. 频繁更新, 不保证高稳定性
4
5
+## `0.17.0` 2020/2/20
6
+
7
+### mirai-core
8
+- 支持原生表情 `Face`
9
+- 修正 `groupCardOrNick` 为 `nameCardOrNick`
10
+- 增加 `MessageChain.foreachContent(lambda)` 和 `Message.hasContent(): Boolean`
11
12
+### mirai-core-qqandroid
13
+- 提高重连速度
14
+- 修复重连后某些情况不会心跳
15
+- 修复收包时可能产生异常
16
17
## `0.16.0` 2020/2/19
18
19
### mirai-core
gradle.properties
@@ -1,7 +1,7 @@
1
# style guide
kotlin.code.style=official
# config
-mirai_version=0.16.0
+mirai_version=0.17.0
mirai_japt_version=1.0.1
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
0 commit comments