Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 102 additions & 6 deletions v2/solutions/daydream/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords:
pageType: changelog
purpose: changelog
audience: builder
lastVerified: 2026-03-25
lastVerified: 2026-04-06
---

import { CustomDivider } from '/snippets/components/elements/spacing/Divider.jsx'
Expand All @@ -39,11 +39,107 @@ Track releases for <LinkArrow label="Daydream" href="https://github.com/daydream

{/* ──────────────────────────────────────────────
AUTOMATION ZONE — entries below are populated by workflow.
────────────────────────────────────────────── */}

<LazyLoad height="600px">

<Update label="Scope: v0.1.9" tags={["Features", "Fixes", "Scope"]} rss={{ title: "Daydream Scope v0.1.9", description: "This release adds audio output support for pipelines and fixes a VACE regression introduced in 0.1.8." }} description={<div style={{fontSize: "0.8rem", fontWeight: 700, color: "var(--hero-text)"}}>March 2026</div>}>
────────────────────────────────────────────── */}

<LazyLoad height="600px">

<Update label="Scope: v0.2.1" tags={["Features", "Fixes", "Scope"]} rss={{ title: "Daydream Scope v0.2.1", description: "This release upgrades the default starter workflow to LTX 2.3, adds a scheduler node and canvas UX improvements to the Workflow Builder." }} description={<div style={{fontSize: "0.8rem", fontWeight: 700, color: "var(--hero-text)"}}>April 2026</div>}>
## Scope: v0.2.1

<span style={{display: "inline-flex", alignItems: "center", gap: "0.35rem"}}><Icon icon="user-robot" size={14} /> _AI Summary_</span>

#### New Features

- **LTX 2.3 Default Workflow** - The starter workflow now uses LTX 2.3 text-to-video, 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 visual edge flashing on fire.
- **MCP Recording & Cloud Tools** - The MCP server now supports recording and cloud connection management.

#### Updates

- **Canvas UX** - A floating add button and an empty-state placeholder make it easier to add nodes when starting from scratch in the Workflow Builder.
- **Livepeer Network** - Improvements to payments, text mode, local recording, and LoRA support when running inference over the Livepeer network.

#### Bug Fixes

- **Graph Mode Stability** - Fixed pipelines getting stuck when using the Workflow Builder in graph mode.

<span style={{display: "block", borderBottom: "1px solid var(--border)", margin: "1rem 0 1rem 0"}} />

<span style={{display: "inline-flex", alignItems: "center", gap: "0.35rem", marginBottom: "1.5rem"}}><Icon icon="pen-to-square" size={14} /> _Release Notes_</span>

<ScrollBox maxHeight="250px" showHint={true}>
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
* graph: Add frontend-only scheduler node with trigger type system
* graph: Add [+] button and empty state placeholder to canvas
* fix: pipelines getting stuck in graph mode
* cloud: Pre-install ltx-2 plugin in cloud Docker image
* Livepeer network improvements: payments, text mode, local recording, and LoRA support
* feat: add MCP server recording support and cloud connection tools

**Full Changelog**: https://github.com/daydreamlive/scope/compare/v0.2.0...v0.2.1
</ScrollBox>

<DoubleIconLink label="View release on GitHub" href="https://github.com/daydreamlive/scope/releases/tag/v0.2.1" iconLeft="github" />
</Update>

<Update label="Scope: v0.2.0" tags={["Features", "Scope"]} rss={{ title: "Daydream Scope v0.2.0", description: "This release introduces the Workflow Builder, a graph-based visual editor for building and customizing pipelines, and a guided onboarding experience." }} description={<div style={{fontSize: "0.8rem", fontWeight: 700, color: "var(--hero-text)"}}>March 2026</div>}>
## Scope: v0.2.0

<span style={{display: "inline-flex", alignItems: "center", gap: "0.35rem"}}><Icon icon="user-robot" size={14} /> _AI Summary_</span>

#### New Features

- **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.
- **Livepeer Cloud Mode** - Run inference over the Livepeer network directly from Scope.

#### Updates

- **Prompt Blending** - Blend multiple prompts together within the Workflow Builder for more creative control.
- **Play/Pause UX** - Improved play and pause controls for pipeline execution.

#### Bug Fixes

- **Remote Recording** - Fixed recording not working with remote inference.

<span style={{display: "block", borderBottom: "1px solid var(--border)", margin: "1rem 0 1rem 0"}} />

<span style={{display: "inline-flex", alignItems: "center", gap: "0.35rem", marginBottom: "1.5rem"}}><Icon icon="pen-to-square" size={14} /> _Release Notes_</span>

<ScrollBox maxHeight="250px" showHint={true}>
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
* Add onboarding flow for new users
* Livepeer Cloud Mode
* feat: analytics opt in
* fix: recording not working with remote inference
* feat: descriptive model load & minor changes

**Full Changelog**: https://github.com/daydreamlive/scope/compare/v0.1.9...v0.2.0
</ScrollBox>

<DoubleIconLink label="View release on GitHub" href="https://github.com/daydreamlive/scope/releases/tag/v0.2.0" iconLeft="github" />
</Update>

<Update label="Scope: v0.1.9" tags={["Features", "Fixes", "Scope"]} rss={{ title: "Daydream Scope v0.1.9", description: "This release adds audio output support for pipelines and fixes a VACE regression introduced in 0.1.8." }} description={<div style={{fontSize: "0.8rem", fontWeight: 700, color: "var(--hero-text)"}}>March 2026</div>}>
## Scope: v0.1.9

<span style={{display: "inline-flex", alignItems: "center", gap: "0.35rem"}}><Icon icon="user-robot" size={14} /> _AI Summary_</span>
Expand Down
Loading