The v1.8.x
releases of the core
library, are the final ones as a fully synchronous interpreter, the next release v1.9.x
will come with support for async/await
to remove the dependency on SharedArrayBuffer
.
Release Changes
- Fixed
roVideoPlayer
methodgetAudioTracks
by @lvcabral in #457 - Added
serialNumber
to device info object and to reponse ofGetModelDetails()
- Fixed behavior of
End
statement to terminate the app - Improved CLI app list handling
- Improved and documented MicroDebugger functions
- Moved home sound effect setup
- Improvements on WAV handling
- Reduced complexity and simplified some references
- Upgraded dependencies
Full Changelog: v1.8.2...v1.8.3