Skip to content

Commit 7ccd1fe

Browse files
committed
1.1-EA released
1 parent ed6f82c commit 7ccd1fe

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@
55
** 此版本新增的 API 可能不稳定, 且可能在下一个版本中删除. **
66

77
**主要**:
8-
- 支持 mirai 码解析, 添加 [mirai 码规范](docs\mirai-code-specification.md)
9-
- 新模块 `mirai-serialization`
8+
- 添加实验性 `CodableMessage` 作为支持 mirai 码的 `Message` 的接口.
9+
- 支持 [mirai 码](docs\mirai-code-specification.md) 解析; 新模块 [`mirai-serialization`](mirai-serialization)
10+
- 实现 `MessagePreSendEvent``MessagePostSendEvent` (#339).
1011

1112
**不兼容变更**:
12-
-`PttMessage``Voice` 标注 `@MiraiExperimentalAPI` (missing)
13+
- 重命名实验性 API `CustomMessage.Factory.serialize``CustomMessage.Factory.dump`
14+
- 重命名实验性 API `CustomMessage.Factory.deserialize``CustomMessage.Factory.load`
15+
- 弃用 `MessageSendEvent` (#339). 迁移计划: WARNING in 1.1.0, ERROR in 1.2.0, REMOVE in 1.3.0
16+
- 调整 `VipFace` 的 mirai 码表示, 详见 mirai 码规范
17+
- `Face.toString()` 现在返回表情名称, 如 "\[偷笑\]", 而不是 "\[表情\]" (#345)
1318

14-
**优化**:
19+
**优化和修复**:
1520

21+
- 修复群头像的获取不正确的问题 (#340)
22+
-`PttMessage``Voice` 标注 `@MiraiExperimentalAPI` (missing)
1623
- 删除 `Message.plus(another: Flow<Message>)``@ExperimentalCoroutinesApi`
1724
- 提升发送群消息的稳定性
1825
- 分离一些公开 API 与内部实现
26+
- 一些文档优化
1927
- 其他内部优化
28+
- 提升在上个版本中弃用的 API 的弃用等级
2029

2130
## `1.0.2` 2020/6/1
2231
- 新增 `Bot.botInstancesSequence`

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
object Versions {
1111
object Mirai {
12-
const val version = "1.0.2"
12+
const val version = "1.1-EA"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)