Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.16.8

14 Jan 07:01
93270e2

Choose a tag to compare

Added

v0.16.7

13 Jan 07:32
65e55f7

Choose a tag to compare

Changed

  • Used shared_ptr to manage script::ScriptEngine @ShrBox

v0.16.6

12 Jan 16:07
b6c405c

Choose a tag to compare

Changed

  • No need to copy raw pointer of nbt @ShrBox
  • Optimized ItemAPI
  • Added std::monostate to DB::Any for preventing some exceptions @ShrBox
  • Avoided unnecessary new and raw pointer @ShrBox

Fixed

  • Fixed potential memory leak in _extractValue(RemoteCall::ItemType&& v) of RemoteCallAPI @ShrBox

v0.16.5

12 Jan 13:25
5c8bff8

Choose a tag to compare

Changed

  • Stored CommandOutput and CommandOrigin as shared_ptr for asynchronous command processing

v0.16.4

12 Jan 12:36
126b090

Choose a tag to compare

Fixed

v0.16.3

12 Jan 07:42
2746144

Choose a tag to compare

Changed

  • Optimized FileClass constructor @ShrBox
  • Optimized SimpleIni creation @ShrBox

Fixed

  • Fixed several potential memory leak issues(FileSystemAPI, InternationalAPI, SystemAPI, IniHelper) @ShrBox

v0.16.2

11 Jan 14:35
0bc3a5a

Choose a tag to compare

Changed

Fixed

  • Fixed data.toMD5 & data.toSHA1 [#339] @ShrBox
  • Fixed memory leak in network.httpGet & network.httpPost @ShrBox

v0.16.1

12 Nov 12:41
6177a4c

Choose a tag to compare

Added

  • Added the maxCount attribute to the Item class @zimuya4153

Fixed

v0.16.0

04 Nov 06:17
c5085e8

Choose a tag to compare

Changed

  • Supported LeviLamina 1.7.0 @ShrBox

v0.15.0

04 Oct 02:27
e3b27bf

Choose a tag to compare

Changed

  • Supported LeviLamina 1.6.0 @ShrBox
  • Removed LegacyParticleAPI