Skip to content

v2.0.4 - Improvements on File System

Choose a tag to compare

@github-actions github-actions released this 13 Nov 06:20
· 45 commits to master since this release

This release brings several improvements to the BrightScript Simulator's file system handling. It upgrades the zenFS dependency, enhancing file operations and ensuring better compatibility with Roku applications. Key changes include saving paths in writable volumes with their original case, sharing temporary and cache file systems among threads, and improving the serialization of RoSGNode objects for inter-thread communication. Additionally, this update addresses issues related to audio playback, content loading, and node management within the SceneGraph framework.

Release Changes

  • Bump brs-engine to v2.0.0-alpha.22 by @lvcabral - main changes since last release:
    • Upgraded zenFS dependency and removed memory-fs
    • Added common:/certs/ca-bundle.crt file and upgraded zenFS
    • Fixed issue that prevented playback of the first loaded audio
    • Save paths in writeable volumes with original case
    • Changed tmp: and cachefs: to be shared among threads
    • Refactored RoSGNode to use type SGNode and fixed clone() and roUtils.deepCopy()
    • Forced ignore cache for common.zip when new version is available
    • Improved serialization of RoSGNode to transfer among threads
    • Prevent Node child serialization in AA and Array
    • Refactored RoSGNode to be an abstract class and created the new SceneGraph Node class
    • Fixed ContentNode field setting
    • Fixed setting fields with default values in the XML
    • Fixed MicroDebugger to properly handle a line with multiple statements separated by colon :
    • Generate a registry event when loading the registry during startup of the engine
    • Improvements on node thread ownership

Full Changelog: v2.0.3...v2.0.4