Update Notes - 6.5.0 (2026-08-27)
✨ New Features
- Mix shaders now support
_component options properly and custom aspect ratios
- number: 143
name: Mix with image
mix:
_component:
dimensions:
width: 1280
height: 720
components:
- color: linear-gradient(150deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%)
- image:
src: placeholders/example-ad.webp
aspectRatioBehavior: contain
🔧 Bug Fixes
- Fixed a bug where "Connection Error" was shown when loading an external source before the initial program sync completed.
- Added a loading spinner while external source data is being synchronized for the first time.