Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.17.12

01 Apr 12:38
1dcf8ff

Choose a tag to compare

Changed

  • Bumped ScriptX to 2026.4.1
  • Bumped quickjs-ng to v0.13.0
  • Bumped lua to v5.5.0

Fixed

  • Fixed memory leak issue in Python engine [#343]

v0.17.11

01 Apr 08:56
b7b7d9d

Choose a tag to compare

Changed

  • Replaced legacy CommandCompatibleAPI(fake command based on event) with LegacyCommandAPI(real registered command)
  • Improved translations

v0.17.10

31 Mar 16:12
9b6e317

Choose a tag to compare

Changed

  • Added globalEngineSnapshot to improve performance

v0.17.9

30 Mar 15:27
2f0cc40

Choose a tag to compare

Changed

  • Breaking Change: Exceptions will be thrown to scripts directly when API calls fail, instead of returning null or
    undefined. This may cause some old scripts to break if they don't handle exceptions properly. @zimuya4153 @ShrBox

Fixed

v0.17.8

24 Mar 14:12
adc0bc5

Choose a tag to compare

Fixed

  • Fixed the container close event [#294] @zimuya4153
  • Fixed Node.js installation for tooth.json in newer version of lip

v0.17.7

08 Mar 04:08
00fe842

Choose a tag to compare

Changed

  • Update 7-zip tooth url in tooth.json

v0.17.6

07 Mar 09:31
fa4c1ce

Choose a tag to compare

Changed

  • Rollbacked LightWebSocketClient to v1.0.1

v0.17.5

27 Feb 05:37
28ffe74

Choose a tag to compare

Fixed

  • Fixed crash on stop for Node.js engine
  • Fixed item.maxDamage [#349] (#354) @lwenk

v0.17.4

24 Feb 07:26
654d1d7

Choose a tag to compare

Added

Changed

  • Bumped LightWebSocketClient to v1.0.2 [#353]

Fixed

  • Fixed crash on stop for Node.js engine

v0.17.2

04 Feb 05:24
b274544

Choose a tag to compare

Fixed

  • Fixed ScriptEngine lifecycle