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
35 changes: 35 additions & 0 deletions v2/solutions/daydream/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,41 @@ Track releases for <LinkArrow label="Daydream" href="https://github.com/daydream

<LazyLoad height="600px">

<Update label="Scope: v0.2.4" tags={["Features", "Updates", "Fixes", "Scope"]} rss={{ title: "Daydream Scope v0.2.4", description: "Custom node plugins, LTX-2 performance and pacing improvements, and graph editor UX polish." }} description={<Subtitle variant="changelog">April 2026</Subtitle>}>
## Scope: v0.2.4

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

#### New features

* **Custom Node Plugins** – You can now ship any custom node for Scope as a plugin, with sample plugins available for a YouTube input source and a local LLM Prompt Enhancer
* **Graph Editor Cheat Sheet** – A new "?" button surfaces keyboard shortcuts and editor tips directly in the Workflow Builder
* **OSC Coverage for Any Node Param** – Expose any node parameter via OSC with per-parameter opt-in, expanding control surface options for live performance setups

#### Updates

* **LTX-2 Performance** – Real-time pacing controls, ~18× faster model loading, faster prompt changes, and Ampere GPU compatibility
* **Quick-Connect & Edge Editing** – Drag from a node port to open a quick-connect menu, and unattach edges directly in the graph editor
* **In-Node Audio Playback** – Preview audio assets without leaving the node
* **Install Hints for Integrations** – NDI, Spout, and Syphon now show clear install hints when unavailable on your system
* **Searchable Node Menu** – Pipeline, Source, and Plugin submenus in the node menu are now searchable
* **Recording Reliability** – New `ScopeMediaRecorder` replaces the previous recorder, with preserved incoming timestamps, dedicated record-node queues, and an A/V start-sync delay until both tracks are present
* **Commit Hash in Settings** – Packaged Electron builds now show the git commit hash in Settings to simplify bug reports

#### Bug fixes

* Fixed VACE reference propagation when an upstream image is cleared
* Fixed Spout pixel-format flip causing inverted colors
* Fixed audio being flushed during LTX-2 prompt change
* Fixed `pipelines` key being lost when proxying workflow resolve to cloud
* Friendlier error when pasting a Hugging Face `/blob/` URL as a LoRA source
* Reduced reference-image log spam, fixed video source toggle and credits display, and fixed starting workflows without a source

<InlineDivider margin="1rem 0" />

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

<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

Expand Down
Loading