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
30 changes: 29 additions & 1 deletion 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-25T00:00:00.000Z
lastVerified: 2026-04-27T00:00:00.000Z
---

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

<LazyLoad height="600px">

<Update label="Scope: v0.2.3" tags={["Features", "Updates", "Fixes", "Scope"]} rss={{ title: "Daydream Scope v0.2.3", description: "Synced audio + video, Livepeer Network as the default cloud backend, and credit-based cloud billing." }} description={<Subtitle variant="changelog">April 2026</Subtitle>}>
## Scope: v0.2.3

<CustomCardTitle variant="tab" icon="user-robot" title="_AI Summary_" />

#### New features

* **Synced Audio + Video** – End-to-end timestamp propagation keeps audio and video aligned through the media graph, with cumulative-drift pacing for steady output over long runs
* **Cloud Billing** – Credit-based billing with a new credit counter and subscription management directly in the app

#### Updates

* **Livepeer Network as Cloud Default** – Cloud mode now runs on the Livepeer Network by default, with audio and multi-track support out of the box
* **Workflow Builder Visual Refresh** – Graph mode has a cleaner layout and brighter background grid for easier navigation of complex workflows

#### Bug fixes

* Fixed Sink node fullscreen on macOS and sink stats display in Safari
* Fixed Syphon source reload and added a flip option for mirrored macOS sources
* Fixed double-drain and duplicate writes in headless MP4 recordings, and stale frames at recording start
* Fixed stale WebRTC state after a failed startup so sessions can retry automatically
* Fixed starting workflows without a source and preserved video sources on view toggle

<InlineDivider margin="1rem 0" />

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

<Update label="Scope: Preview (April 20)" tags={["Features", "Fixes", "Scope"]} rss={{ title: "Daydream Scope Preview — April 20, 2026", description: "Visual redesign of the Workflow Builder, cloud credits, Syphon input improvements, and recording reliability fixes." }} description={<Subtitle variant="changelog">April 2026</Subtitle>}>
## Scope: Preview (April 20)

Expand Down
Loading