Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 25, 2025
1 parent 5c98955 commit 9dd1d6a
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 27 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2025-01-25

### Added

- Implemented Logger::setTitle
- Added mysql support except for Node.js engine
- Add FormCancelReason for GuiAPI
- Implemented registerPlugin for old plugins

### Fixed

- Fix setAbility
- Fix runtime command warning
- Add missing stacktrace in catch
- Add missing LLSECallEventsOnHotUnload and fix unload

## [0.9.0-rc.5] - 2025-01-15

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

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

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...HEAD
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0...HEAD

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

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

Expand Down
12 changes: 6 additions & 6 deletions tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.9.0-rc.5",
"version": "0.9.0",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"platform:levilamina",
"plugin-engine"
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
"github.com/LiteLDev/LegacyMoney": "0.9.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
"github.com/LiteLDev/LeviLamina": "1.0.x"
},
"files": {
"place": [
Expand Down
12 changes: 6 additions & 6 deletions tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.9.0-rc.5",
"version": "0.9.0",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"platform:levilamina",
"plugin-engine"
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
"github.com/LiteLDev/LegacyMoney": "0.9.x",
"gitea.litebds.com/ShrBox/7-zip": "24.x",
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.1"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
"github.com/LiteLDev/LeviLamina": "1.0.x"
},
"files": {
"place": [
Expand Down
12 changes: 6 additions & 6 deletions tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.9.0-rc.5",
"version": "0.9.0",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"platform:levilamina",
"plugin-engine"
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
"github.com/LiteLDev/LegacyMoney": "0.9.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
"github.com/LiteLDev/LeviLamina": "1.0.x"
},
"files": {
"place": [
Expand Down
12 changes: 6 additions & 6 deletions tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.9.0-rc.5",
"version": "0.9.0",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"platform:levilamina",
"plugin-engine"
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
"github.com/LiteLDev/LegacyMoney": "0.9.x"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
"github.com/LiteLDev/LeviLamina": "1.0.x"
},
"files": {
"place": [
Expand Down
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

if is_config("target_type", "server") then
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
add_requires("levilamina 1.0.0", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit 9dd1d6a

Please sign in to comment.