Cntrl Bridge v0.2.0
What's new in v0.2.0 Granular auth system โ API keys with 11 scoped permissions (`system:read`, `media:control`, `power:control`, etc.), hashed with Argon2 and stored in your OS keyring. Give each integration only the access it needs. Redesigned UI โ New onboarding flow, settings panel, and API key management. IP allowlist & blocklist โ Control exactly which devices on your network can connect,...
SDK v0.1.1: Pluggable storage, WebSocket fixes, and unified error handling.
Custom Storage Swap the default localStorage with IndexedDB, SQLite, a REST API, or any backend. Implement 4 async methods and pass it to BridgesProvider. WebSocket Fixes - Subscriptions no longer override each other when multiple hooks are active - No more duplicate connections on rapid mounts - Manual disconnect is now respected - no reconnect loops Unified Error Handling Single `onError`...




