Skip to content

v1.1.1

Choose a tag to compare

@TheSETJ TheSETJ released this 30 Jul 09:30

Channel toggles now work for any registered name

registerChannel() was storing names as-is while useXChannel(), enableXChannel(), and disableXChannel() normalize to lowercase internally. A name like 'myChannel' caused a key mismatch that made instance-level toggles silently have no effect. Names are now normalized to lowercase on registration.