Skip to content

v2023.4.2

Compare
Choose a tag to compare
@objeck objeck released this 22 Apr 14:55
· 3593 commits to master since this release

Overview

General improvements and minor bug fixes

v2023.4.2

  • Improved method inlining for system classes
  • Toolchain uniformly, treating 'Int' types as 64-bits (instead of 32-bits on Windows and 64-bits on POSIX) issue #212
  • Fixed issues #196, #199, #205 and #207 for MSYS2 x86_64 Clang
  • Updated Windows build/deploy scripts for MSYS2
  • Resolved a bug that may allow unreferenced return values to remain on the calculation stack
  • Fixed additional bugs during regression

v2023.4.1

  • Added 'Int->Sqrt(..)' (new)
  • Fixed bugs #191 (medium) and #198 (high)

v2023.4.0

  • Added 'ArcSinh(..)', 'ArcCosh(..)', 'ArcTanh(..)', 'Round(..)', 'Exp(..)'' and 'Log10(..)' (new)
  • Added back 'String->EqualsIgnoreCase(..)' (new)
  • LSP support tested with Kate, Textadpt, and ecode (new)
  • For Windows, VM treats ints as 'int64_t'. All int values continue to be stored as 64-bit 'size_t' values. (new)

What's Changed

  • copy dlls by @iahung in #214

Full Changelog: v2023.4.1...v2023.4.2