File tree Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.0-rc.5] - 2025-01-15
11+
12+ ### Fixed
13+
14+ - Add missing condition for onContainerChange
15+ - Fix onFarmLandDecay cancellation
16+ - Fix processConsolePipCmd [ #208 ]
17+ - Fix NodeJs engine disabling
18+
1019## [ 0.9.0-rc.4] - 2025-01-13
1120
1221### Changed
@@ -693,7 +702,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
693702
694703[ #207 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/207
695704
696- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.4...HEAD
705+ [ #208 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/208
706+
707+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...HEAD
708+
709+ [ 0.9.0-rc.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.4...v0.9.0-rc.5
697710
698711[ 0.9.0-rc.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.3...v0.9.0-rc.4
699712
Original file line number Diff line number Diff line change @@ -133,12 +133,7 @@ bool LegacyScriptEngine::load() {
133133 }
134134}
135135
136- bool LegacyScriptEngine::disable () {
137- #ifdef LEGACY_SCRIPT_ENGINE_BACKEND_NODEJS
138- NodeJsHelper::shutdownNodeJs ();
139- #endif
140- return true ;
141- }
136+ bool LegacyScriptEngine::disable () { return true ; }
142137
143138Config const & LegacyScriptEngine::getConfig () { return config; }
144139
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-lua" ,
4- "version" : " 0.9.0-rc.4 " ,
4+ "version" : " 0.9.0-rc.5 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Lua backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs" ,
4- "version" : " 0.9.0-rc.4 " ,
4+ "version" : " 0.9.0-rc.5 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with NodeJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-python" ,
4- "version" : " 0.9.0-rc.4 " ,
4+ "version" : " 0.9.0-rc.5 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Python backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" ,
4- "version" : " 0.9.0-rc.4 " ,
4+ "version" : " 0.9.0-rc.5 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with QuickJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
You can’t perform that action at this time.
0 commit comments