@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
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+
1027## [ 0.10.8] - 2025-05-22
1128
1229### Changed
@@ -852,6 +869,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
852869[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
853870[ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236
854871[ #240 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/240
872+ [ #242 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/242
855873[ #243 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/243
856874[ #249 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/249
857875[ #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
861879[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
862880[ #269 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/269
863881[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
882+ [ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
864883
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
866886[ 0.10.8 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8
867887[ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
868888[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
0 commit comments