Skip to content

Commit 9dd1d6a

Browse files
committed
chore: update tooth.json
1 parent 5c98955 commit 9dd1d6a

File tree

6 files changed

+45
-27
lines changed

6 files changed

+45
-27
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.0] - 2025-01-25
11+
12+
### Added
13+
14+
- Implemented Logger::setTitle
15+
- Added mysql support except for Node.js engine
16+
- Add FormCancelReason for GuiAPI
17+
- Implemented registerPlugin for old plugins
18+
19+
### Fixed
20+
21+
- Fix setAbility
22+
- Fix runtime command warning
23+
- Add missing stacktrace in catch
24+
- Add missing LLSECallEventsOnHotUnload and fix unload
25+
1026
## [0.9.0-rc.5] - 2025-01-15
1127

1228
### Fixed
@@ -704,7 +720,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
704720

705721
[#208]: https://github.com/LiteLDev/LegacyScriptEngine/issues/208
706722

707-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...HEAD
723+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0...HEAD
724+
725+
[0.9.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...v0.9.0
708726

709727
[0.9.0-rc.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.4...v0.9.0-rc.5
710728

tooth.lua.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.9.0-rc.5",
4+
"version": "0.9.0",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
88
"author": "LiteLDev",
99
"tags": [
10-
"levilamina",
10+
"platform:levilamina",
1111
"plugin-engine"
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
20+
"github.com/LiteLDev/LeviLamina": "1.0.x"
2121
},
2222
"files": {
2323
"place": [

tooth.nodejs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.9.0-rc.5",
4+
"version": "0.9.0",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
88
"author": "LiteLDev",
99
"tags": [
10-
"levilamina",
10+
"platform:levilamina",
1111
"plugin-engine"
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4",
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.x",
1818
"gitea.litebds.com/ShrBox/7-zip": "24.x",
1919
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.1"
2020
},
2121
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
22+
"github.com/LiteLDev/LeviLamina": "1.0.x"
2323
},
2424
"files": {
2525
"place": [

tooth.python.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.9.0-rc.5",
4+
"version": "0.9.0",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
88
"author": "LiteLDev",
99
"tags": [
10-
"levilamina",
10+
"platform:levilamina",
1111
"plugin-engine"
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
20+
"github.com/LiteLDev/LeviLamina": "1.0.x"
2121
},
2222
"files": {
2323
"place": [

tooth.quickjs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.9.0-rc.5",
4+
"version": "0.9.0",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
88
"author": "LiteLDev",
99
"tags": [
10-
"levilamina",
10+
"platform:levilamina",
1111
"plugin-engine"
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
20+
"github.com/LiteLDev/LeviLamina": "1.0.x"
2121
},
2222
"files": {
2323
"place": [

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.0.0", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.0.0", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)