@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.12.1] - 2025-07-13
11
+
12
+ ### Added
13
+
14
+ - Implemented the internal support for event cancellation [ #285 ] @xiaoqch
15
+ - Added file version info @xiaoqch
16
+
17
+ ### Changed
18
+
19
+ - Refactored npm command, revert event commit @xiaoqch
20
+
21
+ ### Fixed
22
+
23
+ - Fixed entity.setMaxHealth [ #291 ] @xiaoqch
24
+ - Fixed onSetArmor, onEffectAdded and onEffectRemoved [ #299 ] @xiaoqch
25
+ - Fixed npm command @xiaoqch
26
+ - Fixed unload crash [ #300 ] @xiaoqch
27
+ - Disabled input in console npm command @xiaoqch
28
+ - Fixed old nodejs addon load error [ #9 ] @xiaoqch
29
+ - Ensured microtasks are executed automatically [ #10 ] @xiaoqch
30
+ - Fixed ll.onUnload [ #303 ] @xiaoqch
31
+ - Fixed onServerStarted event for nodejs engine @xiaoqch
32
+ - Ensured mods are unloaded when the server stops [ #303 ] @xiaoqch
33
+ - Added missing enter scope on mods unload @xiaoqch
34
+ - Fixed ll.isRelease @xiaoqch
35
+
10
36
## [ 0.12.0] - 2025-06-12
11
37
12
38
### Added
@@ -858,6 +884,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
858
884
859
885
- First release.
860
886
887
+ [ #9 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/9
888
+ [ #10 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/10
861
889
[ #31 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/31
862
890
[ #35 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/35
863
891
[ #37 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/37
@@ -944,8 +972,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
944
972
[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
945
973
[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
946
974
[ #278 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/278
947
-
948
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.0...HEAD
975
+ [ #285 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/285
976
+ [ #291 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/291
977
+ [ #299 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/299
978
+ [ #300 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/300
979
+ [ #303 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/303
980
+
981
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.1...HEAD
982
+ [ 0.12.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.0...v0.12.1
949
983
[ 0.12.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.3...v0.12.0
950
984
[ 0.11.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...v0.11.3
951
985
[ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
0 commit comments