Changelog
2024-04-23
Fixed implicit throw annotation.
Rewrote argument dict checker to actually make it human readable.
Fixed oversight in view visible state.
Specify transition in view object.
Added sound test screen.
Added buttons to reload sound packs and libraries.
Fixed sound packs dropdown sometimes being empty.
2024-04-21
Moved dialog box implementation out of the views stack.
Pass through mouse clicks while dialog overlay is dismissing.
Fixed oversight of Everything causing a dismiss.
Allow single button dialogs to be dismissed by clicking the background.
Fixed overflow priority on sidebar.
2024-04-19
Replaced window.alert and window.confirm with a custom dialog implementation.
2024-04-18
Cleanup of EEPROM init code.
Updated example config.
2024-04-17
Don't wait for EEPROM and sounds to finish loading during join.
Some cleanup.
Define settings using blueprints.
Rewrote connection handling.
2024-04-02
Removed Discord notification sound trigger.
2024-04-01
Added Mogeko Castle sound triggers.
2024-03-23
Fixed typo.
Fixed invalid path.
2024-03-03
Fixed text sanitisation issues.
2024-03-02
Fixed Minecraft issue.
Made baka screen account for iPhone.
Changed signal strength requirements again.
Moved reconnect handling out of protocol handler.
2024-03-01
Made UmiWebSocket use EventTarget instead of taking a massive callback.
Removed common reference from Sock Chat implementation.