Skip to content

Releases: lvcabral/brs-engine

v1.4.1 - CLI: Removed Flicker on ASCII Mode

23 Mar 02:31
Compare
Choose a tag to compare

Release Changes

  • Updated: Flicker on CLI ASCII mode was removed by @lvcabral in #294
  • Updated: IIS config file was added for the sample web app by @lvcabral in #294
  • Fixed: Invalid BRS files are now handled correctly by @lvcabral in #294
  • build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #293

Full Changelog: v1.4.0...v1.4.1

v1.4.0 - CLI: Canvas and HTTP Support

21 Mar 23:51
Compare
Choose a tag to compare

Release Changes

  • Added: Support for ifDraw2D to the CLI with option to show screen as ASCII Art by @lvcabral in #284
  • Added: Support for roUrlTransfer in CLI by @lvcabral in #289
  • Added: ECP and SSDP services to the CLI by @lvcabral in #290
  • Added: New ascii_rendering custom feature (only on CLI) by @lvcabral in #291
  • Added: Option to CLI persist the registry to the disk by @lvcabral in #292
  • Fixed: CLI Font Loading by @lvcabral in #285

Full Changelog: v1.3.2...v1.4.0

v1.3.2 - Custom Features

10 Mar 02:13
Compare
Choose a tag to compare

Release Changes

  • Add custom features by @lvcabral in #283
    • Added a way to add custom features to be checked by roDeviceInfo.hasFeatures()
    • Created new document docs/customization.md
    • Updated default game pad mapping

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - MicroDebugger Improvements

02 Mar 22:23
Compare
Choose a tag to compare

Release Changes

  • Micro debugger improvements by @lvcabral in #280
    • Added to the API initialize method a new option: disableDebug
    • Added to the MicroDebugger support for Function, If, For and While
    • Added support for MicroDebugger on CLI
    • Fixed MicroDebugger formatting issues and the handling of linefeed
    • Moved command parsing code from API to MicroDebugger
    • Added quit command to the MicroDebugger
  • Added support to ECP control keys VolumeMute and PowerOff #278 by @lvcabral in #279

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - New method: ifDraw2D.drawTransformedObject()

20 Feb 06:46
Compare
Choose a tag to compare

Release Changes

  • Added #272 - ifDraw2d method drawTransformedObject() by @lvcabral in #275
  • Fixed #274 - MicroDebugger truncate String variable to max 94 characters by @lvcabral in #276
  • Fixed #273 - MicroDebugger not exiting properly with exit command by @lvcabral in #277

Full Changelog: v1.2.11...v1.3.0

v1.2.11 - New API Event: control

14 Feb 22:33
Compare
Choose a tag to compare

Release Changes

  • Added control event triggered when keydown and keyup are sent to the engine by @lvcabral in #270
    • Created to allow the apps to have access to the control keys
    • Updated API documentation
  • Removed "Loading..." message when running apps without splash, only showing the icon (Roku updated behavior)

Full Changelog: v1.2.10...v1.2.11

v1.2.10 - New roString methods and Keys mapping

13 Feb 05:30
Compare
Choose a tag to compare

Release Changes

  • Fixed #265 - Implemented roString methods startsWith() and endsWith() by @lvcabral in #266
  • Fixed #267 - Allow map modification keys (Shift, Control, Alt and Meta) independently by @lvcabral in #268
  • Improved performance of creating encrypted package by @lvcabral in #269

Full Changelog: v1.2.9...v1.2.10

v1.2.9 - Fixes: roByteArray and roVideoPlayer

06 Feb 05:02
Compare
Choose a tag to compare

Release Changes

Full Changelog: v1.2.8...v1.2.9

v1.2.8 - Video: Play List Fixes

04 Feb 02:59
Compare
Choose a tag to compare

Release Changes

  • Fixed #252 - Clear the audio tracks list when switching videos by @lvcabral in #256
  • Fixed #253 - Safari native HLS support not selecting default audio track by @lvcabral in #257
  • Fixed #254 - Keep the audio track selection on each playlist video metadata by @lvcabral in #258
  • Fixed #250 - Made RunUserInterface the primary entry point by @lvcabral in #259

Full Changelog: v1.2.7...v1.2.8

v1.2.7 - Video: HLS Support and Multiple Audios

03 Feb 02:00
Compare
Choose a tag to compare

Release Changes

Full Changelog: v1.2.6...v1.2.7