Skip to content

v0.4.0 β€” Instant Search & Persistent Cache

Choose a tag to compare

@catallo catallo released this 22 Mar 23:03

Highlights

⚑ Instant Search (was: minutes β†’ now: milliseconds)

  • Full ROM file index cached to disk
  • Search works from memory β€” no more filesystem walking
  • 86 systems, 100K+ ROMs indexed in one scan

πŸ’Ύ Persistent Discovery Cache

  • First startup: scans and saves to /media/fat/config/misterclaw_cache.json
  • Subsequent starts: loads from cache instantly β€” no scanning at all
  • Two-phase discovery: fast folder scan first, detailed scan in background

πŸ”„ New Commands

  • rescan β€” Re-scan ROM library, optionally for a specific drive (--location usb0)
  • reload β€” Reload current core to apply config changes
  • cfg-write now returns reload_required: true instead of auto-reloading

πŸ•ΉοΈ 15 MCP Tools

Two new tools: mister_reload, mister_rescan

Full Changelog: v0.3.1...v0.4.0