Skip to content

Release v1.0.1 (10001)

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:11
· 12 commits to dev since this release
70a0614

v1.0.1 (10001) - 2026-07-23

WebUI 🎛️ ->

  • Fixed inverted array index parsing for rbsu (On Unplug) and rbspl (On Plug) configuration flags, restoring accurate switch state reporting.
  • Improved toggleSetting reliability by extracting input state directly from DOM change events (e.target.checked), eliminating race conditions between Svelte bindings and rapid toggles.
  • Cleaned up repetitive inline flexbox styles across M3 card settings using a dedicated .setting-row CSS component with automated bottom-border handling.
  • Added automatic state rollback/refresh handling on command execution failures.