Skip to content

Specter v1.3.1

Choose a tag to compare

@dpejoh dpejoh released this 13 May 16:40
· 262 commits to main since this release

WebUI Restructure

  • app.ts split: 844→140 lines; 5 domain modules extracted
  • target-apps.ts: 7 mutable vars eliminated, state local to closure

Performance

  • Batch config init: single exec reads all .val files (~15× fewer round trips)
  • HTTP fetch cache: TTL-based; network polling 3s→15s

APatch / KSU

  • download() PATH: added /data/adb/ap/bin:/data/adb/ksu/bin for busybox
  • Keybox fallback: real provider URLs, download() instead of --spider

Type Safety

  • 17 MDC elements typed: ~60 as any eliminated; dialog factory; zero type errors

Other

  • System fallback for security patch; nav bar indicator fixed; responsive browse button