File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments