From af051270995ab338f0e0d80b99c9deb1a5aa271d Mon Sep 17 00:00:00 2001 From: ShrBox Date: Fri, 23 Aug 2024 21:36:40 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 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, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae10ca21..89295681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.19] - 2024-08-23 + +### Changed + +- Remove NativeAPI completely + +### Fixed + +- Fix LLSECallEventsOnHotLoad's position +- Fix Entity::teleport with 2 argument + ## [0.8.18] - 2024-08-12 ### Fixed @@ -579,7 +590,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#157]: https://github.com/LiteLDev/LegacyScriptEngine/issues/157 [#160]: https://github.com/LiteLDev/LegacyScriptEngine/issues/160 -[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.18...HEAD +[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.19...HEAD +[0.8.19]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.18...v0.8.19 [0.8.18]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.17...v0.8.18 [0.8.17]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.16...v0.8.17 [0.8.16]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.15...v0.8.16 diff --git a/manifest.json b/manifest.json index 09bb2708..b58e255c 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.8.18", + "version": "0.8.19", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index 98548682..dcec00a1 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.8.18", + "version": "0.8.19", "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.8.18", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.18" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.19", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.19" } } diff --git a/tooth.lua.json b/tooth.lua.json index 7c1541eb..7ff2c75b 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.8.18", + "version": "0.8.19", "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 aac43816..41a3edc2 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.8.18", + "version": "0.8.19", "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 25bee9df..92c4b83e 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.8.18", + "version": "0.8.19", "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 01049f80..f2668b47 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.8.18", + "version": "0.8.19", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",