@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.10.9] - 2025-06-01
11
+
12
+ ### Added
13
+
14
+ - Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch
15
+
16
+ ### Changed
17
+
18
+ - Updated ScriptX to fix v8 backend issue [ #277 ] @ShrBox
19
+ - Refactored onAte event (#279 ) @killcerr
20
+
21
+ ### Fixed
22
+
23
+ - Fixed compatibility with custom mods directory @xiaoqch
24
+ - Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch
25
+ - Fixed onPlaceBlock [ #242 ] @ShrBox
26
+
10
27
## [ 0.10.8] - 2025-05-22
11
28
12
29
### Changed
@@ -852,6 +869,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
852
869
[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
853
870
[ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236
854
871
[ #240 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/240
872
+ [ #242 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/242
855
873
[ #243 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/243
856
874
[ #249 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/249
857
875
[ #251 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/251
@@ -861,8 +879,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
861
879
[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
862
880
[ #269 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/269
863
881
[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
882
+ [ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
864
883
865
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...HEAD
884
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.9...HEAD
885
+ [ 0.10.9 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.10.9
866
886
[ 0.10.8 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8
867
887
[ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
868
888
[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
0 commit comments