Skip to content

Commit 2f0cc40

Browse files
committed
chore: CHANGELOG.md and tooth.json
1 parent c3972d5 commit 2f0cc40

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.9] - 2026-03-30
11+
12+
### Changed
13+
14+
- **Breaking Change**: Exceptions will be thrown to scripts directly when API calls fail, instead of returning null or
15+
undefined. This may cause some old scripts to break if they don't handle exceptions properly. @zimuya4153 @ShrBox
16+
17+
### Fixed
18+
19+
- Fixed the nbt get @zimuya4153
20+
- Fixed TextPacket [#358] @ShrBox
21+
1022
## [0.17.8] - 2026-03-24
1123

1224
### Fixed
@@ -1193,8 +1205,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11931205
[#348]: https://github.com/LiteLDev/LegacyScriptEngine/issues/348
11941206
[#349]: https://github.com/LiteLDev/LegacyScriptEngine/issues/349
11951207
[#353]: https://github.com/LiteLDev/LegacyScriptEngine/issues/353
1208+
[#358]: https://github.com/LiteLDev/LegacyScriptEngine/issues/358
11961209

1197-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.8...HEAD
1210+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.9...HEAD
1211+
[0.17.9]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.8...v0.17.9
11981212
[0.17.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.7...v0.17.8
11991213
[0.17.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.6...v0.17.7
12001214
[0.17.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.5...v0.17.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.17.8",
5+
"version": "0.17.9",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)