From 100b4948a1c2b3791dbdcbad2d19fd65fdadcaeb Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 10 Mar 2024 21:43:02 +0800 Subject: [PATCH] chore: update tooth.json & changelog.md --- CHANGELOG.md | 6 ++++++ docs/index.zh.md | 8 +------- manifest.json | 2 +- tooth.json | 6 +++--- tooth.lua.json | 2 +- tooth.nodejs.json | 2 +- tooth.python.json | 2 +- tooth.quickjs.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1131602e..46d7eb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4.8] - 2024-03-10 + +### Fixed + +- Fix `setTimeout` dead lock problem + ## [0.4.7] - 2024-03-10 ### Added diff --git a/docs/index.zh.md b/docs/index.zh.md index afa32dd3..b5d1312f 100644 --- a/docs/index.zh.md +++ b/docs/index.zh.md @@ -24,7 +24,7 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs 2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中。 -3. 要加载它们,您需要重新启动服务器。 +3. 重启服务器后,插件就会被加载。 ## 贡献 @@ -35,9 +35,3 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs ## 许可 GPL-3.0-only © LiteLDev - -源: 与必应的对话, 2024/2/5 -(1) Translate and convert Markdown files - GroupDocs. . -(2) Is there a method for translating markdown formatted text?. . -(3) Translate Markdown file from English to Chinese - GroupDocs. . -(4) undefined. . diff --git a/manifest.json b/manifest.json index 3fad0de1..05bc3da6 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.4.7", + "version": "0.4.8", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index 5cc144d9..a24b67cb 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.4.7", + "version": "0.4.8", "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.4.7", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.4.7" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.4.8", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.4.8" } } diff --git a/tooth.lua.json b/tooth.lua.json index f545b540..ae273edb 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.4.7", + "version": "0.4.8", "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 a00b8c4c..b346062e 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.4.7", + "version": "0.4.8", "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 1569c301..ba451ff4 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.4.7", + "version": "0.4.8", "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 bfe4e04e..a6019707 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.4.7", + "version": "0.4.8", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",