Skip to content

v1.2.0

Choose a tag to compare

@dpejoh dpejoh released this 08 May 13:39
· 279 commits to main since this release

Feature Toggle System

  • Control page: per-feature toggles for boot behavior and action pipeline; values stored as .val files

Conflict Resolution System

  • Data-driven registry: single source of truth; adding a module is one entry
  • apply_conflict_toggles(): auto-enables/disables based on priority
  • Config migration: old conflict files migrated; backup system for uninstall
  • WebUI integration: conflicts.sh exposes JSON; toggles refresh live

WebUI

  • Setup + Maintain merged into Tools (5→4 tabs); old hashes auto-migrate
  • Dialogs rewritten per M3 spec: no inline styles, proper ARIA

Other

  • No forced target.txt on install; action pipeline individually gated
  • gms.sh kills droidguard by name pattern; target.sh uses _is_teesimulator
  • docs/CONFLICTS.md added; README simplified