Skip to content

Commit d9c5556

Browse files
committed
release: v4.3.0
1 parent 000cf72 commit d9c5556

File tree

8 files changed

+63
-25
lines changed

8 files changed

+63
-25
lines changed

.changelog/v4.3.0.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/advice.yml

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "💡意见建议"
2-
description: "提出你的好想法"
1+
name: "💡意见、建议或协助"
2+
description: "提出你的好想法,或者你打算做的事"
33
labels: [ "建议" ]
44
assignees: [ "ForteScarlet" ]
55
# https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
@@ -18,10 +18,21 @@ body:
1818
请知悉以下内容:
1919
1. 当意见建议未被完全确认或等待发起者回复的情况下,发起者如果超过一周未作应答,则会视为「无效」并做关闭处理。
2020
2. 仅接受针对于框架本身的合理建议。被团队认定为不合理的建议将会被拒绝。
21-
3. 如果有能力,可以通过 [pr](https://github.com/ForteScarlet/simpler-robot/pulls) 向我们提供代码协助,非常感谢。
2221
2322
<hr />
24-
23+
- type: dropdown
24+
id: will-contribute
25+
attributes:
26+
label: 是否会提供贡献?
27+
description: 如果此条议题是你打算提供代码贡献作为前提,那么标记它,来告诉我们与其他开发者,避免产生重复劳动~
28+
options:
29+
- 不确定
30+
-
31+
-
32+
default: 0
33+
validations:
34+
required: true
35+
2536
- type: textarea
2637
id: advice
2738
attributes:

.github/ISSUE_TEMPLATE/bug-report.yml

+20-9
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,26 @@ body:
2121
3. 当问题反馈未被完全确认或等待发起者回复的情况下,发起者如果超过一周未作应答,则会视为「无效」并做关闭处理。
2222
2323
<hr />
24-
25-
24+
25+
- type: dropdown
26+
id: will-contribute
27+
attributes:
28+
label: 是否会提供贡献?
29+
description: 如果此条议题是你打算提供代码贡献作为前提,那么标记它,来告诉我们与其他开发者,以避免产生可能的重复劳动
30+
options:
31+
-
32+
-
33+
- 不确定
34+
default: 0
35+
validations:
36+
required: true
37+
2638
- type: input
2739
id: version
2840
attributes:
2941
label: 版本号
3042
description: 涉及的具体版本
31-
placeholder: "例如: v3.0.0-xx 或 v6.6.6 等"
43+
placeholder: "例如: v4.x.x 或 v6.6.6 等"
3244
validations:
3345
required: true
3446

@@ -37,7 +49,7 @@ body:
3749
attributes:
3850
label: 附加版本
3951
description: 如果有需要补充的其他版本信息,可以在此补充
40-
placeholder: "例如: simbot-component-kook: v3.0.0.0-xx"
52+
placeholder: "例如: simbot-component-kook: va.b.c"
4153

4254
- type: dropdown
4355
id: language
@@ -70,13 +82,12 @@ body:
7082
description: 请尽可能准确的选择使用的组件
7183
multiple: true
7284
options:
73-
- KOOK
74-
- QQ频道
75-
- Kritor
85+
- QQ机器人
7686
- OneBot
77-
- Discord
87+
- KOOK
7888
- Telegram
79-
- mirai
89+
- Discord
90+
- Kritor
8091
- 其他
8192

8293
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ contact_links:
44
- name: 讨论社区
55
url: https://github.com/orgs/simple-robot/discussions
66
about: 前往讨论区与开发团队或其他人交流、互动
7-
- name: v3文档反馈
8-
url: https://github.com/simple-robot-library/simbot3-website/issues/new/choose
9-
about: 对官网 simbot.forte.love 的反馈
107
- name: v4文档反馈
118
url: https://github.com/simple-robot-library/simbot4-website/issues/new/choose
12-
about: 对官网 simbot4.forte.love 的反馈
9+
about: 对官网 simbot.forte.love 的反馈

.github/ISSUE_TEMPLATE/question.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
label: 版本号
3535
description: 疑问所涉及的版本
36-
placeholder: "例如: v3.0.0"
36+
placeholder: "例如: v4.0.0"
3737
validations:
3838
required: true
3939

@@ -56,12 +56,12 @@ body:
5656
description: 如果没有或无对应选项则在后续描述中补充说明
5757
multiple: true
5858
options:
59-
- KOOK
60-
- QQ频道
61-
- Kritor
59+
- QQ机器人
6260
- OneBot
63-
- Discord
61+
- KOOK
6462
- Telegram
63+
- Discord
64+
- Kritor
6565
- 其他
6666

6767
- type: textarea

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v4.3.0
2+
3+
> Release & Pull Notes: [v4.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0)
4+
5+
- feat(api): 增加接口 RichMediaMessage 用以描述一个富媒体消息元素 ([`eceb41528..6ec2a1a53`](https://github.com/simple-robot/simpler-robot/compare/eceb41528..7e52e17bc))
6+
7+
<details><summary><code>eceb41528..6ec2a1a53</code></summary>
8+
9+
- [`eceb41528`](https://github.com/simple-robot/simpler-robot/commit/eceb41528)
10+
- [`fcd2fd670`](https://github.com/simple-robot/simpler-robot/commit/fcd2fd670)
11+
- [`c38c80270`](https://github.com/simple-robot/simpler-robot/commit/c38c80270)
12+
- [`6ec2a1a53`](https://github.com/simple-robot/simpler-robot/commit/6ec2a1a53)
13+
14+
</details>
15+
16+
- feat(api): 增加接口 BinaryDataAwareMessage 用以描述能够获取到二进制数据的消息元素 ([`7e52e17bc`](https://github.com/simple-robot/simpler-robot/commit/7e52e17bc))
17+
- optimize(api): 增加接口 UrlAwareMessage 用以描述能够获取到 URL 信息的消息元素 ([`933095e9d`](https://github.com/simple-robot/simpler-robot/commit/933095e9d))
18+
119
# v4.2.0
220

321
> Release & Pull Notes: [v4.2.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.2.0)

buildSrc/src/main/kotlin/P.kt

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ fun isSnapshot(): Boolean = _isSnapshot
4444
/**
4545
* Project versions.
4646
*/
47+
@Suppress("MemberVisibilityCanBePrivate")
4748
sealed class P(override val group: String) : ProjectDetail() {
4849
/*
4950
val groupProject = P::class.sealedSubclasses.mapNotNull { it.objectInstance }.associateBy { obj -> obj.group }
5051
project = groupProject[p.group] ?: error("unknown project group: ${p.group}")
5152
5253
*/
5354
companion object {
54-
const val VERSION = "4.2.0"
55+
const val VERSION = "4.3.0"
56+
const val NEXT_VERSION = "4.3.1"
5557
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
56-
const val NEXT_VERSION = "4.3.0"
5758
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"
5859

5960
const val GROUP = "love.forte.simbot"

0 commit comments

Comments
 (0)