1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-09 02:10:10 +08:00
This commit is contained in:
Karlatemp 2020-10-04 10:04:01 +08:00
parent 16623aec65
commit e6c90f0edf
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8
2 changed files with 6 additions and 1 deletions
CHANGELOG.md
buildSrc/src/main/kotlin

View File

@ -1,5 +1,9 @@
# Version 1.x
## `1.3.2` 2020/10/04
- 修复缓存过滤的错误导致的戳一戳等信息没法及时处理的问题
## `1.3.1` 2020/9/21
### 新特性
@ -8,6 +12,7 @@
### 优化和修复
- 修复 `BotJoinGroupEvent.Retrieve` 的显示错误 (#606 by @Karlatemp)
- 添加缺少的戳一戳模板 (#615 by @sandtechnology)
- 修复罕见情况下的群成员加群 `member -XXXX not found in XXXX`
## `1.3.0` 2020/9/16

View File

@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "1.3.1"
const val version = "1.3.2"
}
object Kotlin {