mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 20:49:54 +08:00
1.1.1 published
This commit is contained in:
parent
2337453d84
commit
611642d667
@ -1,5 +1,8 @@
|
|||||||
# Version 1.x
|
# Version 1.x
|
||||||
|
|
||||||
|
## `1.1.1` 2020/7/11
|
||||||
|
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))
|
||||||
|
|
||||||
## `1.1.0` 2020/7/9
|
## `1.1.0` 2020/7/9
|
||||||
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
|
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
|
||||||
- `EventHandler` 现在支持 `Nothing` 类型.
|
- `EventHandler` 现在支持 `Nothing` 类型.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
object Mirai {
|
object Mirai {
|
||||||
const val version = "1.1.0"
|
const val version = "1.1.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Kotlin {
|
object Kotlin {
|
||||||
|
Loading…
Reference in New Issue
Block a user