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
39578e46
Commit
39578e46
authored
Jul 02, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.1-EA2
parent
2e7a3269
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
CHANGELOG.md
CHANGELOG.md
+11
-2
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
No files found.
CHANGELOG.md
View file @
39578e46
# Version 1.x
## `1.1-EA2` 2020/7/2
-
添加
`BotConfiguration.json`
, 作为序列化时使用的 Json format, 修复潜在的因 kotlinx.serialization 进行不兼容更新而导致的不兼容.
**不兼容变更**
:
-
Image.imageId 后缀由
`.mirai`
变为图片文件实际类型, 如
`.png`
,
`.jpg`
. 兼容原
`.mirai`
后缀.
**修复**
:
-
(
[
1.0.4
](
https://github.com/mamoe/mirai/releases/tag/1.0.4
)
中修复的问题)
-
(
[
1.0.3
](
https://github.com/mamoe/mirai/releases/tag/1.0.3
)
中修复的问题)
## `1.1-EA` 2020/6/16
**1.1.0 Early Access**
/
**1.1.0 预览版**
**此版本新增的 API 可能不稳定, 且可能在下一个版本中删除.**
**主要**
:
-
添加实验性
`CodableMessage`
作为支持 mirai 码的
`Message`
的接口.
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
39578e46
...
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Mirai
{
const
val
version
=
"1.1-EA"
const
val
version
=
"1.1-EA
2
"
}
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