Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daydreamlive/scope
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: daydreamlive/scope
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 8 commits
  • 18 files changed
  • 6 contributors

Commits on Feb 12, 2026

  1. docs: update release process to reflect automated workflows

    The release process section was outdated, describing manual version
    field edits. Replace with steps for the automated workflow using
    version-bump.yml and tag-on-merge.yml.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Yondon Fu <[email protected]>
    yondonfu and claude committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    9432a24 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. docs: NDI input (#456)

    * docs: NDI input
    
    Signed-off-by: gioelecerati <[email protected]>
    
    * address comments
    
    Signed-off-by: gioelecerati <[email protected]>
    
    ---------
    
    Signed-off-by: gioelecerati <[email protected]>
    gioelecerati authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    13124fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1618ca9 View commit details
    Browse the repository at this point in the history
  3. Add user_id field to pipeline kafka events (#449)

    * Add user_id field to pipeline kafka events
    
    Signed-off-by: Max Holland <[email protected]>
    
    * Kafka events to cover more error cases
    
    Signed-off-by: Max Holland <[email protected]>
    
    ---------
    
    Signed-off-by: Max Holland <[email protected]>
    mjh1 authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    ca30f14 View commit details
    Browse the repository at this point in the history
  4. fix: prevent cloud connection from resetting inputMode

    When cloud connects, refreshPipelineSchemas() creates a new pipelineSchemas
    object reference. The inputMode effect watched this dependency and
    unconditionally reset inputMode to the pipeline default, overwriting the
    user's selection (e.g. "video" snapped back to "text").
    
    Use a ref to track the previous pipelineId so the effect only resets
    inputMode when the pipeline actually changes, not on every schema refresh.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Yondon Fu <[email protected]>
    yondonfu and claude committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    89a484d View commit details
    Browse the repository at this point in the history
  5. Drop async for input source API routes

    Signed-off-by: Yondon Fu <[email protected]>
    yondonfu committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    6a19e3c View commit details
    Browse the repository at this point in the history
  6. Better error reporting for websocket failures

    Signed-off-by: Max Holland <[email protected]>
    mjh1 authored and yondonfu committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    75b9c07 View commit details
    Browse the repository at this point in the history
  7. chore: bump version to 0.1.3

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    yondonfu committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    73171ee View commit details
    Browse the repository at this point in the history
Loading