github lvcabral/brs-engine v1.9.9
v1.9.9 - File System improvements

latest releases: v2.0.0-alpha.25, v2.0.0-alpha.24
16 hours ago

This release brings several improvements to the virtual file system, including better handling of writeable volumes and case sensitivity on path names. It also includes fixes for the roRegex.split() return type, MicroDebugger handling of multiple statements in a single line, support for UTF-16 in StringI global function and other minor enhancements.

Release Changes

  • Fixed: stop not working as the last statement by @lvcabral in #719
  • Fixed return type for roRegex.split() to roList instead of roArray by @lvcabral in #721
  • Upgraded zenFS dependency and removed memory-fs by @lvcabral in #725
  • Added common:/certs/ca-bundle.crt file and upgraded zenFS by @lvcabral in #727
  • Fixed issue that prevented playback of the first loaded audio by @lvcabral in #728
  • Save paths in writeable volumes with original case by @lvcabral in #730
  • Force ignore cache for common.zip when new version is available by @lvcabral in #732
  • Fixed MicroDebugger to properly handle a line with multiple statements separated by colon : by @lvcabral in #738
  • Generate a registry event when loading the registry during startup of the engine by @lvcabral in #739
  • Clear the display before showing icon as splash by @lvcabral in #741
  • Added support for the not operator in the preprocessor's #if clause evaluation by @lvcabral in #742
  • Fixed exception handling for Parser and Preprocessor by @lvcabral in #743
  • Added UTF-16 support for StringI and prevented crash with negative string.repeat() by @lvcabral in #744
  • Added validation to #if to not allow extra text after the condition token by @lvcabral in #745
  • Fixed ZIP based volumes pkg:, common: and ext1: to show the original case on path names by @lvcabral in #747
  • Prevent debug error messages in Network.ts by @lvcabral in #748

Full Changelog: v1.9.8...v1.9.9

Don't miss a new brs-engine release

NewReleases is sending notifications on new releases.