Skip to content

Commit 623e637

Browse files
committed
chore: update CHANGELOG.md
1 parent cacb396 commit 623e637

File tree

6 files changed

+44
-50
lines changed

6 files changed

+44
-50
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.3] - 2025-03-23
11+
12+
### Fixed
13+
14+
- Fixed plugin executeOnModUnload @zimuya4153
15+
- Fixed output of plugin load error @xiaoqch
16+
- Fixed system.cmd and system.newProcess callback [#258] @xiaoqch
17+
1018
## [0.10.2] - 2025-03-16
1119

1220
### Changed
@@ -804,8 +812,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
804812
[#249]: https://github.com/LiteLDev/LegacyScriptEngine/issues/249
805813
[#251]: https://github.com/LiteLDev/LegacyScriptEngine/issues/251
806814
[#252]: https://github.com/LiteLDev/LegacyScriptEngine/issues/252
815+
[#258]: https://github.com/LiteLDev/LegacyScriptEngine/issues/258
807816

808-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...HEAD
817+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...HEAD
818+
[0.10.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...v0.10.3
809819
[0.10.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0...v0.10.2
810820
[0.10.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.2...v0.10.0
811821
[0.10.0-rc.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.1...v0.10.0-rc.2

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,33 @@
11
# LegacyScriptEngine
22

3-
English | [简体中文](README.zh.md)
4-
3+
English | [简体中文](README.zh.md)
54
A plugin engine for running LLSE plugins on LeviLamina
65

76
## Installation
87

98
### Attention
109

1110
Before installing the Python engine, you need to
12-
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
13-
11+
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
1412
To install a specific engine, you can use the following command:
15-
1613
```shell
17-
lip install github.com/LiteLDev/LegacyScriptEngine#lua@version
18-
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs@version
19-
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs@version
20-
lip install github.com/LiteLDev/LegacyScriptEngine#python@version
14+
lip install github.com/LiteLDev/LegacyScriptEngine#lua
15+
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs
16+
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs
17+
lip install github.com/LiteLDev/LegacyScriptEngine#python
2118
```
22-
23-
Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases).
2419
For version older than 0.10.0, you can use the following command:
25-
2620
```shell
2721
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@version
2822
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@version
2923
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@version
3024
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version
3125
```
26+
Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases).
3227

3328
## Usage
3429

35-
> To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
30+
To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
3631

3732
1. Put LLSE plugins directly in `plugins/`
3833
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically

README.zh.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,32 @@
11
# LegacyScriptEngine
22

3-
[English](README.md) | 简体中文
4-
3+
[English](README.md) | 简体中文
54
一个用于在 LeviLamina 上运行 LLSE 插件的插件引擎
65

76
## 安装
87

98
### 注意
109

11-
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
12-
10+
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
1311
要安装特定的引擎,您可以使用以下命令:
14-
1512
```shell
16-
lip install github.com/LiteLDev/LegacyScriptEngine#lua@版本
17-
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs@版本
18-
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs@版本
19-
lip install github.com/LiteLDev/LegacyScriptEngine#python@版本
13+
lip install github.com/LiteLDev/LegacyScriptEngine#lua
14+
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs
15+
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs
16+
lip install github.com/LiteLDev/LegacyScriptEngine#python
2017
```
21-
22-
可以在[releases](https://github.com/LiteLDev/LegacyScriptEngine/releases)中找到版本号。
2318
对于0.10.0之前的版本,可以使用以下命令:
24-
2519
```shell
2620
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@版本
2721
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@版本
2822
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@版本
2923
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@版本
3024
```
25+
可以在[releases](https://github.com/LiteLDev/LegacyScriptEngine/releases)中找到版本号。
3126

3227
## 使用
3328

34-
> 如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
29+
如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
3530

3631
1. 直接将 LLSE 插件放在 `plugins/` 中
3732
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中

docs/index.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
# LegacyScriptEngine
22

3+
English | [简体中文](README.zh.md)
34
A plugin engine for running LLSE plugins on LeviLamina
45

56
## Installation
67

78
### Attention
89

910
Before installing the Python engine, you need to
10-
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
11-
11+
install [Python 3.12.8](https://www.python.org/downloads/release/python-3128/) first.
1212
To install a specific engine, you can use the following command:
13-
1413
```shell
15-
lip install github.com/LiteLDev/LegacyScriptEngine#lua@version
16-
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs@version
17-
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs@version
18-
lip install github.com/LiteLDev/LegacyScriptEngine#python@version
14+
lip install github.com/LiteLDev/LegacyScriptEngine#lua
15+
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs
16+
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs
17+
lip install github.com/LiteLDev/LegacyScriptEngine#python
1918
```
20-
21-
Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases).
2219
For version older than 0.10.0, you can use the following command:
23-
2420
```shell
2521
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@version
2622
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@version
2723
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@version
2824
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@version
2925
```
26+
Version numbers can be found in [releases](https://github.com/LiteLDev/LegacyScriptEngine/releases).
3027

3128
## Usage
3229

33-
> To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
30+
To access plugin development API hints and scaffolding toolkits, visit the [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) repository.
3431

3532
1. Put LLSE plugins directly in `plugins/`
3633
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically

docs/index.zh.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,32 @@
11
# LegacyScriptEngine
22

3+
[English](README.md) | 简体中文
34
一个用于在 LeviLamina 上运行 LLSE 插件的插件引擎
45

56
## 安装
67

78
### 注意
89

9-
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
10-
10+
在安装Python引擎之前,你需要先安装[Python 3.12.8](https://www.python.org/downloads/release/python-3128/)
1111
要安装特定的引擎,您可以使用以下命令:
12-
1312
```shell
14-
lip install github.com/LiteLDev/LegacyScriptEngine#lua@版本
15-
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs@版本
16-
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs@版本
17-
lip install github.com/LiteLDev/LegacyScriptEngine#python@版本
13+
lip install github.com/LiteLDev/LegacyScriptEngine#lua
14+
lip install github.com/LiteLDev/LegacyScriptEngine#quickjs
15+
lip install github.com/LiteLDev/LegacyScriptEngine#nodejs
16+
lip install github.com/LiteLDev/LegacyScriptEngine#python
1817
```
19-
20-
可以在[releases](https://github.com/LiteLDev/LegacyScriptEngine/releases)中找到版本号。
2118
对于0.10.0之前的版本,可以使用以下命令:
22-
2319
```shell
2420
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua@版本
2521
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs@版本
2622
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs@版本
2723
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python@版本
2824
```
25+
可以在[releases](https://github.com/LiteLDev/LegacyScriptEngine/releases)中找到版本号。
2926

3027
## 使用
3128

32-
> 如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
29+
如需获取插件开发 API 提示库和脚手架工具,请访问 [LegacyScriptEngine_API](https://github.com/LiteLDev/LegacyScriptEngine_API) 仓库
3330

3431
1. 直接将 LLSE 插件放在 `plugins/` 中
3532
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.10.2",
5+
"version": "0.10.3",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)