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
c9a4c38f
Commit
c9a4c38f
authored
Feb 12, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.13 released
parent
cc420691
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGELOG.md
CHANGELOG.md
+5
-2
gradle.properties
gradle.properties
+1
-1
No files found.
CHANGELOG.md
View file @
c9a4c38f
...
...
@@ -2,10 +2,12 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.13.0`
*On the way*
## `0.13.0`
2020/2/12
### mirai-core
1.
修改 BotFactory, 添加
`context`
参数.
2.
currentTimeMillis 减少不必要对象创建
3.
优化无锁链表性能 (大幅提升
`addAll`
性能)
### mirai-core-qqanroid
安卓协议发布, 基于最新 QQ, 版本
`8.2.0`
...
...
@@ -14,7 +16,8 @@
-
消息: 文字消息, 图片消息(含表情消息), 群员 At.
-
列表: 群列表, 群员列表, 好友列表均已稳定.
-
群操作: 查看和修改群名, 查看和修改群属性(含全体禁言, 坦白说, 自动批准加入, 匿名聊天, 允许成员拉人), 设置和解除成员禁言, 查看和修改成员名片, 踢出成员.
-
事件: 接受群消息和好友消息并解析
-
消息事件: 接受群消息和好友消息并解析
-
群事件: 群员加入, 群员离开, 禁言和解除禁言, 群属性(含全体禁言, 坦白说, 匿名聊天, 允许成员拉人)改动.
### mirai-api-http
HTTP API 已完成, by
[
@ryoii
](
https://github.com/ryoii
)
.
...
...
gradle.properties
View file @
c9a4c38f
# style guide
kotlin.code.style
=
official
# config
mirai_version
=
0.1
2
.0
mirai_version
=
0.1
3
.0
kotlin.incremental.multiplatform
=
true
kotlin.parallel.tasks.in.project
=
true
# 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