Skip to content

v5.53.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 May 16:33

Bug Fixes

  • WebUI engine detector (_c() in webui/assets/index-migrated.min.js) scans /data/adb/modules/*/module.prop for name=TEESimulator* before falling back to the daemon nice-name and module.prop lookups. Fixes TEESimulator-rs forks displaying as upstream TEESimulator on the badge.
  • Save toast pill anchored at bottom-inset + 8px with 11px font and 13px icon. pointer-events:none retained in the .show state so taps pass through to the package list. Default duration reduced to 1200ms.
  • Card-body taps trigger autosave. Programmatic md-checkbox.checked toggles do not dispatch change, so a sibling click listener on .card[data-package] calls scheduleFlush() directly. Coalesced with the existing change-event path via saveScheduled.