File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ > [ !note]
2
+ > 对应核心版本: [ ** v4.6.0** ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0 )
3
+
4
+ 我们欢迎并期望着您的 [ 反馈] ( https://github.com/simple-robot/simbot-component-kook/issues ) 或 [ 协助] ( https://github.com/simple-robot/simbot-component-kook/pulls ) ,感谢您的贡献与支持!
Original file line number Diff line number Diff line change
1
+ # v4.0.2
2
+
3
+ > Release & Pull Notes: [ v4.0.2] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.2 )
4
+
5
+ - fix(core): 修复事件中接收的 MessageContent 中, ` referenceMessage ` 的行为与 ` reference ` 不一致,会错误地获取自身消息详情而非引用消息详情的问题 ([ ` 517e442 ` ] ( https://github.com/simple-robot/simpler-robot/commit/517e442 ) )
6
+
1
7
# v4.0.1
2
8
3
9
> Release & Pull Notes: [ v4.0.1] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.1 )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ object P : ProjectDetail() {
32
32
override val homepage: String
33
33
get() = HOMEPAGE
34
34
35
- const val VERSION = " 4.0.1 "
36
- const val NEXT_VERSION = " 4.0.2 "
35
+ const val VERSION = " 4.0.2 "
36
+ const val NEXT_VERSION = " 4.0.3 "
37
37
38
38
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
39
39
override val version = if (isSnapshot()) snapshotVersion else VERSION
You can’t perform that action at this time.
0 commit comments