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
0e6c1e68
Commit
0e6c1e68
authored
Feb 20, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.18.0
parent
1f4a4123
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
CHANGELOG.md
CHANGELOG.md
+14
-0
gradle.properties
gradle.properties
+1
-1
No files found.
CHANGELOG.md
View file @
0e6c1e68
...
...
@@ -2,6 +2,20 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.18.0` 2020/2/20
### mirai-core
-
添加事件监听时额外的
`coroutineContext`
-
添加
`MessageSource.time`
-
为一些带有
`operator`
的事件添加
`.isByBot`
的属性扩展
-
优化事件广播逻辑, 修复可能无法触发监听的问题
-
为所有
`Contact`
添加
`toString()`
(#80)
### mirai-core-qqandroid
-
修复
`At`
的
`display`
(#73), 同时修复
`QuoteReply`
无法显示问题 (#54).
-
广播
`BotReloginEvent`
(#78)
-
支持机器人自身禁言时间的更新和查询 (#82)
## `0.17.0` 2020/2/20
### mirai-core
...
...
gradle.properties
View file @
0e6c1e68
# style guide
kotlin.code.style
=
official
# config
mirai_version
=
0.1
7
.0
mirai_version
=
0.1
8
.0
mirai_japt_version
=
1.0.1
kotlin.incremental.multiplatform
=
true
kotlin.parallel.tasks.in.project
=
true
...
...
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