Releases: daydreamlive/scope
Preview Build
Preview build from main branch (2026-04-14 18:55 UTC).
Commit: c0a0c7f
This is an automated preview — not a versioned release. Do not use for production.
v0.2.2
This release introduces Multi Source / Multi Sink graphs, an Audio In node, and a number of bug fixes across graph mode, cloud, and recording.
Highlights
- Multi Source / Multi Sink — Workflows can now contain multiple source and sink nodes in a single graph. Each source routes to its own input track, each sink shows its own per-sink stats (FPS / bitrate), and per-node recording lets you capture each sink independently. Works in local, cloud, and headless modes.
- Audio In Node — A new graph node for audio inputs. WAV / MP3 / FLAC / OGG files can be uploaded to the asset library, picked from a new audio media picker, and forwarded into pipelines via an
audiocomplex field. - Bug Fixes — Many fixes around graph mode, cloud relay routing, NDI / Syphon sources, recording timestamps, and parameter sync.
What's Changed
- Multi Source / Multi Sink across WebRTC, cloud, frontend graph editor, MCP, and headless mode by @leszko in #797, #798, #799, #800, #809, #854, #855, #863, #866, #869, #884, #885, #887, and #888
- Audio-In node and audio assets by @BuffMcBigHuge in #803
- Headless MPEG-TS streaming endpoint and PTS fix by @j0sh in #851 and #852
- Keyboard shortcuts, fullscreen button on Sink node, and live output clarity in onboarding by @hthillman in #847 and #848
- Sync external parameter updates (OSC/REST/MCP) to graph mode, persistent permission grant, and string primitive auto-send by @gioelecerati in #833, #865, and #867
- LoRA merge strategy view, integer handling, and prompt management in graph mode by @BuffMcBigHuge in #860, #861, and #862
- Unify cloud connect and surface connection errors by @j0sh in #873
- Refresh workflow builder pipelines after cloud connect and resolve/plugin listing perf by @leszko in #853 and #857
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This release upgrades the default starter workflow to LTX 2.3, adds new Workflow Builder features including a scheduler node and improved canvas UX.
Highlights
- LTX 2.3 Default Workflow — The starter workflow now uses LTX 2.3 text-to-video (replacing Paint Blobs), so new users can generate video without a camera input
- Scheduler Node — A new browser-side scheduler node that fires named trigger outputs at configurable time points, with orange trigger connectors and edge flashing on fire
- Canvas UX Improvements — A floating [+] button and an empty-state placeholder make it easier to add nodes when starting from scratch in the Workflow Builder
What's Changed
- Replace Paint Blobs with LTX 2.3 and enrich onboarding_completed event by @hthillman in #816
- graph: Add frontend-only scheduler node with trigger type system by @gioelecerati in #812
- graph: Add [+] button and empty state placeholder to canvas by @hthillman in #822
- fix: pipelines getting stuck in graph mode by @gioelecerati in #832
- cloud: Pre-install ltx-2 plugin in cloud Docker image by @leszko in #828
- Livepeer network improvements: payments, text mode, local recording, and LoRA support by @j0sh in #769, #810, #776, #774, #787, and #802
- feat: add MCP server recording support and cloud connection tools by @leszko in #794
- feat: add local cloud dev server for testing cloud relay flow by @leszko in #793
- feat: pass analytics tokens to Docker and Electron CI builds by @leszko in #792
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release introduces the Workflow Builder, a new graph-oriented UI for building and customizing video pipelines, along with a guided onboarding experience for new users.
Highlights
- Workflow Builder — A new graph-based visual editor for building and customizing pipelines, now the default mode. Connect and configure nodes for models, processors, audio, and tempo with a redesigned toolbar and sample video previews
- Onboarding Experience — A guided flow for new users covering account setup, model downloading, and pipeline configuration
What's Changed
- Workflow Builder: graph-based frontend, toolbar redesign, audio/tempo nodes, prompt blending, sample videos, play/pause UX, and bug fixes by @gioelecerati and @leszko in #702, #740, #742, #745, #748, #763, #764, #775, #777, #778, and #779
- Add onboarding flow for new users by @hthillman, @gioelecerati, and @leszko in #697, #755, and #766
- Livepeer Cloud Mode by @j0sh in #738
- feat: analytics opt in by @hthillman and @gioelecerati in #728 and #768
- fal: Set request timeout to 120 minutes by @j0sh in #741
- fix: recording not working with remote inference by @gioelecerati in #753
- Fix security issues by @leszko in #762
- feat: descriptive model load & minor changes by @gioelecerati in #767
Full Changelog: v0.1.9...v0.2.0
v0.1.9
This release adds audio output support for pipelines and fixes a VACE regression introduced in 0.1.8.
Highlights
- Audio Out Support — Pipelines can now return audio alongside video, streamed over WebRTC with a mute/unmute toggle in the frontend by @BuffMcBigHuge, @ryanontheinside, and @leszko in #534, #718, and #719
- Fix VACE Regression — Fixed tempo sync modulation interfering with VACE noise scale, a regression introduced in 0.1.8 by @BuffMcBigHuge in #716
What's Changed
- Audio Support for Scope Rework by @BuffMcBigHuge in #534
- Fix: tempo sync modulation interfering with VACE noise scale by @BuffMcBigHuge in #716
- fix(pipeline_processor): idle backoff and prepared state for audio-only outputs by @leszko in #718
- Flush audio buffer on prompt change for immediate TTS playback by @leszko in #719
Full Changelog: v0.1.8...v0.1.9
v0.1.8
This release adds beat-synced parameter modulation with Ableton Link and MIDI clock support, an MCP server for AI-assisted pipeline control, and DMX Art-Net input.
Highlights
- Tempo Sync & Beat Modulation — Lock pipelines to Ableton Link or MIDI clock. Quantize parameter changes to beat/bar boundaries, modulate parameters (noise scale, denoising steps, etc.) with waveforms synced to the beat, and automatically cycle prompts on beat or bar boundaries by @BuffMcBigHuge, @ryanontheinside, and @leszko in #703
- MCP Server — AI assistants can now programmatically manage pipelines, control parameters, capture frames, and drive headless sessions via the Model Context Protocol by @ryanontheinside in #660
- DMX Art-Net Input — Real-time DMX input with configurable channel-to-parameter mappings, import/export, and live SSE updates by @thomshutt in #657
- FPS Fix — Removed FPS-based throttling from the input source receiver loop, fixing frame delivery stalls and improving streaming smoothness by @leszko in #701
What's Changed
- Tempo Sync Modulation by @BuffMcBigHuge in #703
- Add MCP server for AI-assisted pipeline control by @ryanontheinside in #660
- DMX Art-Net input support by @thomshutt in #657
- fix: remove FPS-based throttling from input source receiver loop by @leszko in #701
- Add graph mode backend by @leszko in #664
- Use daydream API to check if plugin is allowed by @mjh1 in #646
- fix: invalidate plugin cache when (un)installing by @mjh1 in #666
- feat: improve cloud button discoverability and header icon visibility by @emranemran in #654
- Make Settings dialog box size match Plugins by @thomshutt in #661
- Remove local filesize limits by @thomshutt in #658
- Fix displaying new loading text by @mjh1 in #659
- Prefix logs with connection ID by @mjh1
- ci: speed up PR deploys by decoupling from standard image build by @mjh1 in #649
Full Changelog: v0.1.7...v0.1.8
v0.1.7
This release adds MIDI controller support for real-time parameter control, native Workflow export to daydream.live, WebRTC stability improvements, and performance optimizations.
Highlights
- MIDI Controller Support - Full WebMIDI integration with device discovery, mappable pipeline and plugin parameters, persistent profiles, and learning mode by @gioelecerati and @jamesdawsonWD in #537
What's Changed
- feat: MIDI support & MIDI mappable parameters by @gioelecerati and @jamesdawsonWD in #537
- Add native Workflow export to daydream.live by @thomshutt in #636
- Cache pipeline schemas and plugin list responses by @leszko in #645
- fix: batch-level FPS tracking for smooth frame delivery by @ryanontheinside in #617
- Fix WebRTC VP8 decode errors and PLI keyframe requests by @emranemran in #614
- Close WebRTC session when cloud WebSocket disconnects by @emranemran in #638
- Fix vace_context_scale not sent in initial params without ref images by @ryanontheinside in #630
- Fix download UI blocking on empty model files by @ryanontheinside in #610
- Optional logging of OSC messages by @thomshutt in #629
- Account for not found error in fal app delete by @mjh1 in #634
- Output app logs from e2e as a github artifact by @mjh1 in #608
Full Changelog: v0.1.6...v0.1.7
v0.1.6
This release ships Workflow Export/Import, adds OSC (Open Sound Control) support, Plugins in Cloud, Logs section, and numerous bug fixes.
Highlights
- Shareable Workflows - Export and import full pipeline configurations including LoRA manifests, timeline data, and dependency resolution by @ryanontheinside and @leszko in #555
- OSC Support - Control pipeline parameters via Open Sound Control by @thomshutt in #594
What's Changed
- On demand cloud plugins by @mjh1 in #541
- Add cloud server log forwarding via WebSocket by @emranemran in #548
- Enable workflow Import/Export for remote inference by @mjh1 in #578
- Allow deeplinking of workflows for import by @thomshutt in #603
- Outputs UI position by @thomshutt in #565
- Mirror HF model repos to daydreamlive org by @ryanontheinside in #536
- feat: sync loading screens with real backend progress by @emranemran in #581
- fix: use CDN upload to avoid WebSocket timeout by @mjh1 in #572
- WebRTC ICE server fix by @mjh1 in #591
- Fix log panel not auto-scrolling to bottom by @emranemran in #599
- Add preview build workflow for Electron app by @leszko in #587
Full Changelog: v0.1.5...v0.1.6
v0.1.5
This release adds macOS desktop app support, Syphon input/output for macOS, LoRA support in cloud relay mode, plugin discovery, and updated app icons.
What's Changed
- Add Electron App for Mac build by @leszko in #444
- Add Syphon input and output support for macOS by @thomshutt in #531, #543, #544
- Open up Cloud Inference to everyone by @thomshutt in #528
- Add LoRA support in cloud relay mode by @mjh1 in #442
- Plugin discovery in desktop app by @thomshutt in #499
- Update app icons with new branding by @livepeer-tessa in #539
- Add graceful shutdown to uvicorn.run by @leszko in #549
Full Changelog: v0.1.4...v0.1.5
v0.1.4
This release adds NDI output support with live preview, multiple pre/post-processors per pipeline, and plugin stability improvements.
What's Changed
- feat: ndi output support & ndi live preview by @gioelecerati in #457
- Add multiple pre/post-processors by @leszko in #483
- Show dropdown with none if there are no preprocessors by @leszko in #491
- Fix prompt drop when input queue is not yet full at cache reset by @leszko in #484
- bugfix: cleanup queues by @varshith15 in #489
- Cap video input resolution to pipeline's pixel budget by @yondonfu in #482
- Fix plugins disappearing after server restart by @yondonfu in #479
- Fix plugins.txt name matching for git URLs and local paths by @yondonfu in #481
- Change dropping processed frame log to debug by @leszko in #471
- Fix - get daydream URL variable at run time by @mjh1 in #473
- Dual push Docker image to GHCR by @thomshutt in #472
- Fal deploy github action by @mjh1 in #467
- Fix LoRA cloud docs: paths, wget tip, trigger keywords by @viborc in #466
Full Changelog: v0.1.3...v0.1.4