Skip to content

2.5.1 - BrightScript-Aware Console Coloring

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:01
· 1 commit to master since this release
699f6e1

This release gives the Editor console panel BrightScript-aware syntax coloring — strings, numbers, booleans, invalid, <Component: ...>/<Function: ...> references, pkg://tmp:/ device URIs, GUIDs, XML tags, timestamps, backtrace structure, source comments, and ERROR:/WARNING:/DEBUG: labels are now colored distinctly instead of the generic Unix-console highlighting the terminal component shipped with by default. A new "Disable Console Log Coloring" option under Editor settings lets users opt back into plain text. Also fixes cross-origin channel content (e.g. S3-hosted posters/icons) failing to load after the Electron 43 upgrade.

New Features

  • Added BrightScript-aware syntax coloring to the Editor console panel, with a setting to disable it, by @lvcabral in #339

Bug Fixes

  • Forced 200 status on CORS preflight responses so cross-origin channel content loads correctly after the Electron 43 app:// origin change by @lvcabral in #338

Dependency Bumps

  • Bump @lvcabral/terminal from 1.1.0 to 1.3.0 by @lvcabral

Full Changelog: v2.5.0...v2.5.1