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
3c567513
Commit
3c567513
authored
Dec 05, 2019
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.7.1
parent
a1bb7590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
UpdateLog.md
UpdateLog.md
+7
-7
gradle.properties
gradle.properties
+1
-1
No files found.
UpdateLog.md
View file @
3c567513
...
@@ -3,8 +3,11 @@
...
@@ -3,8 +3,11 @@
## Major version 0
## Major version 0
开发版本. 频繁更新, 不保证高稳定性
开发版本. 频繁更新, 不保证高稳定性
### 0.7.0
### 0.7.1 2019/12/05
2019/12/04
-
修复禁言时间范围错误的问题
-
禁言的扩展函数现在会传递实际函数的返回值
### 0.7.0 2019/12/04
协议
协议
-
重新分析验证码包, 解决一些无法解析的情况. (这可能会产生新的问题, 遇到后请提交 issue)
-
重新分析验证码包, 解决一些无法解析的情况. (这可能会产生新的问题, 遇到后请提交 issue)
-
重新分析提交密码包
-
重新分析提交密码包
...
@@ -24,14 +27,11 @@
...
@@ -24,14 +27,11 @@
-
2 个 Contact.sendMessage 重载改为内联扩展函数
**(需要添加 import)**
-
2 个 Contact.sendMessage 重载改为内联扩展函数
**(需要添加 import)**
-
其他小优化
-
其他小优化
### 0.6.1
### 0.6.1 2019/12/03
2019/12/03
-
新增: 无法解析密码包/验证码包时的调试输出. 以兼容更多的设备情况
-
新增: 无法解析密码包/验证码包时的调试输出. 以兼容更多的设备情况
-
新增:
`MessagePacket`
下
`At.qq()`
捷径获取 QQ
-
新增:
`MessagePacket`
下
`At.qq()`
捷径获取 QQ
### 0.6.0
### 0.6.0 2019/12/02
2019/12/02
-
新增: 禁言群成员 (
`Member.mute(TimeSpan|Duration|MonthsSpan|Int|UInt)`
)
-
新增: 禁言群成员 (
`Member.mute(TimeSpan|Duration|MonthsSpan|Int|UInt)`
)
-
新增: 解禁群成员 (
`Member.unmute()`
)
-
新增: 解禁群成员 (
`Member.unmute()`
)
-
修复: ContactList key 无法匹配 (Kotlin 内联类型泛型投影错误)
-
修复: ContactList key 无法匹配 (Kotlin 内联类型泛型投影错误)
gradle.properties
View file @
3c567513
# style guide
# style guide
kotlin.code.style
=
official
kotlin.code.style
=
official
# config
# config
mirai_version
=
0.7.
0
mirai_version
=
0.7.
1
kotlin.incremental.multiplatform
=
true
kotlin.incremental.multiplatform
=
true
kotlin.parallel.tasks.in.project
=
true
kotlin.parallel.tasks.in.project
=
true
# kotlin
# 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