2
0
Him188 6 жил өмнө
parent
commit
3e372a0497
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 4 0
      CHANGELOG.md
  2. 1 1
      gradle.properties

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 开发版本. 频繁更新, 不保证高稳定性
 
+## `0.21.0` 2020/2/23
+- 支持好友消息的引用回复
+- 更加结构化的 `QuoteReply` 架构, 支持引用任意群/好友消息回复给任意群/好友.
+
 ## `0.20.0` 2020/2/23
 
 ### mirai-core

+ 1 - 1
gradle.properties

@@ -1,7 +1,7 @@
 # style guide
 kotlin.code.style=official
 # config
-mirai_version=0.20.0
+mirai_version=0.21.0
 mirai_japt_version=1.1.0
 kotlin.incremental.multiplatform=true
 kotlin.parallel.tasks.in.project=true