Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore: changelog for v2.15.0
Browse files Browse the repository at this point in the history
Former-commit-id: 62261dd
  • Loading branch information
Nambers committed Aug 4, 2023
1 parent 0221349 commit 7dde857
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Change Log
## v2.15.0
Internal fix:
* improve thread safety
* Forward declaration and export marco #193
* MSVC 下编译

Fix:
* 修复 MusicShare MiraiCode #195
* 升级依赖到:
+ Mirai v2.15.0
+ Gradle v8.2.*
+ 一些其他的内部依赖

Breakchanges:
* 移除 loader-native 支持


## v2.15.0-RC2
与上一版本无修改
Expand Down
5 changes: 5 additions & 0 deletions doc/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ make Loader
> 运行 Native 版本可能需要一定的知识
> 该版本还没经过全面测试
> -- 4/12/2023
> 由于 Mirai 从 `v2.15.0` 取消了对 native 的支持
> 最后一个支持 Loader-native 的 MiraiCP 版本为 `v2.15.0-RC2`
> -- 8/4/2023
#### 下载
在 GitHub Releases 里面下载 LoaderNativeLinux 或者 LoaderNativeWindows, 然后本地解压.
#### 环境配置
Expand Down
2 changes: 1 addition & 1 deletion kotlin/shared/src/main/kotlin/BuiltInConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package tech.eritquearcus.miraicp.shared

object BuiltInConstants {
const val date = "Thu Aug 03 23:45:13 CST 2023"
const val date = "Fri Aug 04 01:32:07 CST 2023"
const val version = "2.15.0"
const val miraiVersion = "2.15.0"
}

0 comments on commit 7dde857

Please sign in to comment.