Skip to content

Commit b7b7d9d

Browse files
committed
chore: update CHANGELOG.md and tooth.json
1 parent a57ebbb commit b7b7d9d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.17.11] - 2026-04-01
11+
12+
### Changed
13+
14+
- Replaced legacy CommandCompatibleAPI(fake command based on event) with LegacyCommandAPI(real registered command)
15+
- Improved translations
16+
1017
## [0.17.10] - 2026-03-31
1118

1219
### Changed
@@ -1213,7 +1220,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12131220
[#353]: https://github.com/LiteLDev/LegacyScriptEngine/issues/353
12141221
[#358]: https://github.com/LiteLDev/LegacyScriptEngine/issues/358
12151222

1216-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.10...HEAD
1223+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.11...HEAD
1224+
[0.17.11]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.10...v0.17.11
12171225
[0.17.10]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.9...v0.17.10
12181226
[0.17.9]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.8...v0.17.9
12191227
[0.17.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.7...v0.17.8

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.17.10",
5+
"version": "0.17.11",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)