Skip to content

Choose a tag to compare

@github-actions github-actions released this 08 May 04:14
· 35 commits to main since this release
deda13a

Patch Changes

  • #161 ec07614 Thanks @jungpaeng! - feat: Change to allow each overlay provider to have a unique event ID

    Each overlay provider now uses a unique event ID instead of relying on shared global identifiers.

    This change improves event handling accuracy and avoids potential collisions when managing multiple overlays from different providers.
    It is backward-compatible for existing overlays that do not explicitly set a provider-specific ID.