Skip to content

v2.1.2 - Bug Fixes on BrightScript Engine

Choose a tag to compare

@lvcabral lvcabral released this 01 Jan 02:04
· 30 commits to master since this release

This release brings several bug fixes to the BrightScript Simulator by upgrading the brs-engine dependency to v2.0.4 with RSG extension v.0.0.4. Key fixes include preventing division by zero errors in roAudioMetadata, correcting font metric checks in roFontRegistry, and addressing rendering issues in Poster and Overhang components. Additionally, it resolves event handling problems in item components of ArrayGrid based nodes, allows assignment of roPath to String fields in Field, and prevents crashes in Task when updating fields with null.

Release Changes

  • Upgraded brs-engine to v2.0.4 (with RSG extension), main changes were:
    • (brs) Prevented division by zero on roAudioMetadata
    • (brs) Fixed roFontRegistry to properly check parsed font metrics
    • (rsg) Fixed Poster rendering to match Roku's automatic scaling
    • (rsg) Fixed Overhang default logo scaling
    • (rsg) Fixed item component's events on ArrayGrid based nodes
    • (rsg) Changed Field to allow assign roPath to a String field
    • (rsg) Fixed Task to prevent crash on updated fields with null

Full Changelog: v2.1.1...v2.1.2