You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security patch toggle resetting — hydrateUI() read securityPatch.autoUpdate (camelCase) but the Rust Config struct serializes as security_patch.auto_update (snake_case), forcing the toggle off on every WebUI init. Keybox fields worked by coincidence since keybox, enabled, source, interval have no underscores
Custom interval input not discoverable — the blank input for custom keybox fetch interval was invisible on dark backgrounds. Added pulse animation (border + opacity) with accent color so users recognize it as an editable field
Install
Legacy module auto-removal — TA_utl and .TA_utl are now detected and tagged for removal during install before conflict checks run
Version gate removal — removed minimum APatch/KSU version checks from customize.sh; module installs on any version the manager supports