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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.4] - 2025-02-02
11
+
12
+ ### Changed
13
+
14
+ - Disabled LLSECallEventsOnHotUnload when server stops
15
+
10
16
### Fixed
11
17
12
- - Fixed setTimeout can't be cancelled #219
18
+ - Fixed setTimeout can't be cancelled [ #219 ]
19
+ - Fixed crash on unload
13
20
14
21
## [ 0.9.3] - 2025-01-30
15
22
@@ -757,7 +764,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
757
764
758
765
[ #216 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/216
759
766
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
761
772
762
773
[ 0.9.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.2...v0.9.3
763
774
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-lua" ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.9.4 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Lua backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs" ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.9.4 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with NodeJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-python" ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.9.4 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Python backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" ,
4
- "version" : " 0.9.3 " ,
4
+ "version" : " 0.9.4 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with QuickJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
You can’t perform that action at this time.
0 commit comments