Skip to content

Commit 2c163cc

Browse files
committed
chore: update CHANGELOG.md and tooth.json
1 parent bc1d1db commit 2c163cc

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.10.8",
5+
"version": "0.10.9",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)