Skip to content

v1.8.3 - Fixed roVideoPlayer and End Statement

Compare
Choose a tag to compare
@lvcabral lvcabral released this 19 Jan 01:11

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 method getAudioTracks by @lvcabral in #457
  • Added serialNumber to device info object and to reponse of GetModelDetails()
  • 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