Release v1.0.1 (10001)
v1.0.1 (10001) - 2026-07-23
WebUI 🎛️ ->
- Fixed inverted array index parsing for
rbsu(On Unplug) andrbspl(On Plug) configuration flags, restoring accurate switch state reporting. - Improved
toggleSettingreliability 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-rowCSS component with automated bottom-border handling. - Added automatic state rollback/refresh handling on command execution failures.