Skip to content

Commit 004c2bb

Browse files
committed
2.7.1
1 parent b9c01bc commit 004c2bb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
allprojects {
1919
group 'com.github.only52607.lua-mirai'
20-
version '2.7.0'
20+
version '2.7.1'
2121
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
2222
kotlinOptions {
2323
freeCompilerArgs = ['-Xjvm-default=enable', '-Xopt-in=kotlin.RequiresOptIn', '-Xcontext-receivers']

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
## [Unreleased]
44

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+
517
## [2.7.0] - 2022-06-18
618

719
### 新增
820

9-
- 基于rhino的javascript脚本支持
21+
- 基于rhino的javascript脚本支持【实验性】
1022

1123
## [2.6.1] - 2022-06-13
1224

0 commit comments

Comments
 (0)