v2.0.3 - Fixes and improvements
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-engineto v2.0.0-alpha.19 by @lvcabral - main changes since last release:- Added support for
roSGNode.getScene()inTaskthreads - Added 50 missing supported Nodes to
SGNodeTypeenumerator - Fixed return type for
roRegex.split()toroListinstead ofroArray - Fixed:
stopnot working as the last statement
- Added support for
Full Changelog: v2.0.2...v2.03