Skip to content

v2.0.3 - Fixes and improvements

Choose a tag to compare

@github-actions github-actions released this 03 Nov 00:11
· 47 commits to master since this release

This release improves several features of the SceneGraph support, including the availability of accessing Scene in Task threads and the prevention of crashes when using valid nodes not yet implemented. It also includes fixes for the App Installer Screenshot integration with VSCode, enhances app crash handling in Home App mode, allows updating the device locale without needing a reset, and improves the Console to properly handle empty lines and wrap long strings.

Release Changes

  • Fixed App Installer Screenshot response to VS Code Extension by @lvcabral in #217
  • Improved app crash handling in Home App mode by @lvcabral in #218
  • Allow update device locale without need of reset by @lvcabral in #219
  • Fixed Console to not ignore empty lines and properly wrap long strings by @lvcabral in #220
  • Bump brs-engine to v2.0.0-alpha.19 by @lvcabral - main changes since last release:
    • Added support for roSGNode.getScene() in Task threads
    • Added 50 missing supported Nodes to SGNodeType enumerator
    • Fixed return type for roRegex.split() to roList instead of roArray
    • Fixed: stop not working as the last statement

Full Changelog: v2.0.2...v2.03