Skip to content

v1.4.0

Latest

Choose a tag to compare

@ricardofrantz ricardofrantz released this 18 Feb 17:01
v1.4.0
9920c55

Added

  • Native macOS appbun-do app opens a lightweight WKWebView window (no Electron). Compiles Swift source on first run and caches the binary in ~/.bun-do/app/.
  • Screenshot in README

Changed

  • SKILL.md rewrite — natural language mapping table, proactive patterns (morning briefing, weekly review), payment tracking examples
  • npm package only ships bin/bun-do-webview.swift instead of entire bin/ directory

Fixed

  • First-run empty taskstasks.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