@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.2] - 2025-06-01
11
+
12
+ ### Fixed
13
+
14
+ - Fixed onPlaceBlock [ #242 ] @ShrBox
15
+
10
16
## [ 0.11.1] - 2025-05-31
11
17
12
18
### Added
@@ -40,6 +46,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
46
- Improved logging in NodeJs plugin loading @xiaoqch
41
47
- Fixed return type for invalid dimension in mc.getBlock @xiaoqch
42
48
49
+ ## [ 0.10.9] - 2025-06-01
50
+
51
+ ### Added
52
+
53
+ - Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch
54
+
55
+ ### Changed
56
+
57
+ - Updated ScriptX to fix v8 backend issue [ #277 ] @ShrBox
58
+ - Refactored onAte event (#279 ) @killcerr
59
+
60
+ ### Fixed
61
+
62
+ - Fixed compatibility with custom mods directory @xiaoqch
63
+ - Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch
64
+ - Fixed onPlaceBlock [ #242 ] @ShrBox
65
+
43
66
## [ 0.10.8] - 2025-05-22
44
67
45
68
### Changed
@@ -885,6 +908,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
885
908
[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
886
909
[ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236
887
910
[ #240 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/240
911
+ [ #242 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/242
888
912
[ #243 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/243
889
913
[ #249 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/249
890
914
[ #251 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/251
@@ -896,9 +920,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
896
920
[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
897
921
[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
898
922
899
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...HEAD
923
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...HEAD
924
+ [ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
900
925
[ 0.11.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...v0.11.1
901
- [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.11.0
926
+ [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.9...v0.11.0
927
+ [ 0.10.9 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.10.9
902
928
[ 0.10.8 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8
903
929
[ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
904
930
[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
0 commit comments