From 6254693498a903a3ec9a32a862d56994d8be25fc Mon Sep 17 00:00:00 2001 From: ShrBox Date: Tue, 7 May 2024 14:48:45 +0800 Subject: [PATCH] chore: update tooth.json & CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ manifest.json | 2 +- tooth.json | 6 +++--- tooth.lua.json | 2 +- tooth.nodejs.json | 2 +- tooth.python.json | 2 +- tooth.quickjs.json | 2 +- 7 files changed, 23 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680d435..a4c9496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.9] - 2024-05-07 + +### Changed + +- Not create manifest.json when migrating if it exists +- Add compability for mc.explode + +### Fixed + +- Fix block.name [#130] +- Fix getAllPluginInfo [#128] + ## [0.7.8] - 2024-05-04 ### Fixed @@ -383,7 +395,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#111]: https://github.com/LiteLDev/LegacyScriptEngine/issues/111 [#115]: https://github.com/LiteLDev/LegacyScriptEngine/issues/115 [#123]: https://github.com/LiteLDev/LegacyScriptEngine/issues/123 +[#128]: https://github.com/LiteLDev/LegacyScriptEngine/issues/128 +[#130]: https://github.com/LiteLDev/LegacyScriptEngine/issues/130 +[0.7.9]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.8...v0.7.9 [0.7.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.7...v0.7.8 [0.7.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.6...v0.7.7 [0.7.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.5...v0.7.6 diff --git a/manifest.json b/manifest.json index 1b9f68b..237f896 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "type": "native", "description": "A plugin engine for running LLSE plugins on LeviLamina", "author": "LiteLDev", - "version": "0.7.8", + "version": "0.7.9", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index d7626a2..33dcf7f 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.7.8", + "version": "0.7.9", "info": { "name": "LegacyScriptEngine", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,7 +12,7 @@ ] }, "dependencies": { - "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.7.8", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.7.8" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.7.9", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.7.9" } } diff --git a/tooth.lua.json b/tooth.lua.json index 76d9b2f..54f6577 100644 --- a/tooth.lua.json +++ b/tooth.lua.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua", - "version": "0.7.8", + "version": "0.7.9", "info": { "name": "LegacyScriptEngine with Lua backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.nodejs.json b/tooth.nodejs.json index 819a54b..3209126 100644 --- a/tooth.nodejs.json +++ b/tooth.nodejs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs", - "version": "0.7.8", + "version": "0.7.9", "info": { "name": "LegacyScriptEngine with NodeJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.python.json b/tooth.python.json index a8eb246..da66a77 100644 --- a/tooth.python.json +++ b/tooth.python.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python", - "version": "0.7.8", + "version": "0.7.9", "info": { "name": "LegacyScriptEngine with Python backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.quickjs.json b/tooth.quickjs.json index 9c6e8b6..153132b 100644 --- a/tooth.quickjs.json +++ b/tooth.quickjs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs", - "version": "0.7.8", + "version": "0.7.9", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",