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
31d53ea6
Commit
31d53ea6
authored
Apr 04, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.33.0 released
parent
ca85eb62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
CHANGELOG.md
CHANGELOG.md
+13
-0
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
No files found.
CHANGELOG.md
View file @
31d53ea6
...
@@ -2,6 +2,19 @@
...
@@ -2,6 +2,19 @@
开发版本. 频繁更新, 不保证高稳定性
开发版本. 频繁更新, 不保证高稳定性
## `0.33.0` 2020/4/4
-
重构
[
`MessageSource`
](
https://github.com/mamoe/mirai/blob/master/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/MessageSource.kt
)
, 支持直接获取相关对象, 支持所有类型的引用.
-
简化引用回复, 现在只需要
`source.quote()`
即可创建引用 (而不需要
`sender`
参数)
-
现在可通过
`QuoteReply.source`
获取源消息, 且可以撤回该消息或再次引用.
-
支持闪照: 可通过
`Image.flash()`
将普通图片转为闪照.
-
支持
`Bot.nick`
(#93)
-
修复消息长度判断 (#195) (实验性)
-
修复 Android 目标上
`SystemDeviceInfo.imei`
可能会抛出 NPE 的问题
-
修复
`GroupNameChangeEvent`
重复广播的问题
-
修复
`ContactMessage.nextMessageContaining`
-
修复
`selectMessage`
时无法正常完结, 和 timeout 没有被取消的问题
-
修复 #133, #197, #187, #180, #77, #192
## `0.32.0` 2020/4/2
## `0.32.0` 2020/4/2
-
使用 Kotlin 1.3.71, 兼容原使用 Kotlin 1.4-M1 编译的代码.
-
使用 Kotlin 1.3.71, 兼容原使用 Kotlin 1.4-M1 编译的代码.
-
优化
`BotConfiguration`
, 去掉 DSL 操作, 使用
`fileBasedDeviceInfo(filename)`
等函数替代. (兼容原操作方式, 计划于
`0.34.0`
删除)
-
优化
`BotConfiguration`
, 去掉 DSL 操作, 使用
`fileBasedDeviceInfo(filename)`
等函数替代. (兼容原操作方式, 计划于
`0.34.0`
删除)
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
31d53ea6
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Versions
{
object
Mirai
{
object
Mirai
{
const
val
version
=
"0.3
2
.0"
const
val
version
=
"0.3
3
.0"
}
}
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