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
f0207ee8
Commit
f0207ee8
authored
Apr 28, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.39.5 released
parent
9b400622
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CHANGELOG.md
CHANGELOG.md
+9
-0
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
No files found.
CHANGELOG.md
View file @
f0207ee8
...
@@ -2,6 +2,15 @@
...
@@ -2,6 +2,15 @@
开发版本. 频繁更新, 不保证高稳定性
开发版本. 频繁更新, 不保证高稳定性
## `0.39.5` 2020/4/28
-
优化登录初始化, 提高稳定性 (#282)
-
支持 VIP 表情的解析:
`VipFace`
(不支持发送)
-
支持更多的戳一戳消息 (
`PokeMessage`
) 类型
-
修复 Android 平台的正则语法错误问题
-
修复
`BotInvitedJoinRequestEvent.ignore`
-
提升
`LockFreeLinkedList`
遍历性能, 即
`ContactList`
遍历性能
-
将
`LockFreeLinkedList`
标注
`@MiraiInternalAPI`
并计划于 1.0.0 修改为
`internal`
## `0.39.4` 2020/4/27
## `0.39.4` 2020/4/27
-
支持匿名消息解析 (#277)
-
支持匿名消息解析 (#277)
-
修复部分情况下撤回失败的问题
-
修复部分情况下撤回失败的问题
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
f0207ee8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Versions
{
object
Mirai
{
object
Mirai
{
const
val
version
=
"0.39.
4
"
const
val
version
=
"0.39.
5
"
}
}
object
Kotlin
{
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