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
Native macOS app — bun-do app opens a lightweight WKWebView window (no Electron). Compiles Swift source on first run and caches the binary in ~/.bun-do/app/.
npm package only ships bin/bun-do-webview.swift instead of entire bin/ directory
Fixed
First-run empty tasks — tasks.example.json wraps tasks in { "tasks": [...] } but parseTasks expected a bare array, causing blank task list on first boot
Recurrence validation bypass — parseTasks now routes through sanitizeRecurrence() instead of raw cast
child.pid undefined guard when spawning background server
Removed stale macapp script referencing deleted bin/bun-do.app