Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
8c3b76e1
Commit
8c3b76e1
authored
Apr 20, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.38.0 released
parent
5af1d043
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
CHANGELOG.md
CHANGELOG.md
+12
-0
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
No files found.
CHANGELOG.md
View file @
8c3b76e1
...
...
@@ -2,6 +2,18 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.38.0` 2020/4/20
-
新增自定义消息 (实验性):
`CustomMessage`
-
新增
`MessageChain.contentEquals`
-
新增
`Message.isPlain`
,
`Message.isNotPlain`
-
新增
`MessageChain.allContent`
,
`MessageChain.noneContent`
-
修复
`CombinedMessage.toString`
顺序错误, 添加缓存
-
新增
`BotConfiguration.inheritCoroutineContext`
-
将 Java API
`MessageChain.getOrNull`
更名为
`MessageChain.firstOrNull`
-
将 Java API
`MessageChain.get`
更名为
`MessageChain.first`
-
将 Java API
`MessageReceipt.recall(long)`
更名为
`MessageReceipt.recallIn(long)`
以与其他 API 保持一致
-
优化
`MessageChainBuilder`
构建逻辑
## `0.37.5` 2020/4/20
-
上传长消息和图片时允许重试, 提高稳定性
-
优化无网络时的重连逻辑
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
8c3b76e1
...
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Mirai
{
const
val
version
=
"0.3
7.5
"
const
val
version
=
"0.3
8.0
"
}
object
Kotlin
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment