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
Search now finds OCR phrases even when text is split across multiple OCR blocks, and handles hyphenated terms like Dev-1 more reliably.
Repeated OCR hits from the same nearby capture window are deduplicated, so result lists stay cleaner.
Capture writes are more durable: frame + OCR inserts now rollback cleanly on failure instead of committing partial rows.
Video encoding is more resilient: finalize no longer blocks the main actor, append/finalize failures are surfaced explicitly, and live capture-interval changes apply without restarting the app.
Storage migration is safer and smoother: file contents are compared exactly, and migration now runs asynchronously from Settings with progress feedback.
Timeline stays more responsive: video catalog refresh runs off the main actor, frame loading uses a single controlled task path, and fallback frame timing respects the active capture interval.