File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.4] - 2025-02-02
11+
12+ ### Changed
13+
14+ - Disabled LLSECallEventsOnHotUnload when server stops
15+
1016### Fixed
1117
12- - Fixed setTimeout can't be cancelled #219
18+ - Fixed setTimeout can't be cancelled [ #219 ]
19+ - Fixed crash on unload
1320
1421## [ 0.9.3] - 2025-01-30
1522
@@ -757,7 +764,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
757764
758765[ #216 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/216
759766
760- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...HEAD
767+ [ #219 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/219
768+
769+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...HEAD
770+
771+ [ 0.9.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4
761772
762773[ 0.9.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.2...v0.9.3
763774
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.3 " ,
4+ "version" : " 0.9.4 " ,
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.3 " ,
4+ "version" : " 0.9.4 " ,
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.3 " ,
4+ "version" : " 0.9.4 " ,
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.3 " ,
4+ "version" : " 0.9.4 " ,
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