File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
18
18
allprojects {
19
19
group ' com.github.only52607.lua-mirai'
20
- version ' 2.7.0 '
20
+ version ' 2.7.1 '
21
21
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
22
22
kotlinOptions {
23
23
freeCompilerArgs = [' -Xjvm-default=enable' , ' -Xopt-in=kotlin.RequiresOptIn' , ' -Xcontext-receivers' ]
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.7.1] - 2022-06-18
6
+
7
+ ### 修复
8
+
9
+ - 修复javascript脚本缺失的import* 等方法
10
+
11
+ ### 优化
12
+
13
+ - ` manifest.json ` 内` header ` 内所有字段现可定义在` manifest.json ` 根节点,` header ` 字段将被废弃
14
+ - ` manifest ` 增加` lang ` 字段解析,用于指定当前脚本包使用的语言
15
+ - 优化导入脚本语言识别,js脚本可使用` lmpk ` 格式导入
16
+
5
17
## [ 2.7.0] - 2022-06-18
6
18
7
19
### 新增
8
20
9
- - 基于rhino的javascript脚本支持
21
+ - 基于rhino的javascript脚本支持【实验性】
10
22
11
23
## [ 2.6.1] - 2022-06-13
12
24
You can’t perform that action at this time.
0 commit comments