v1.1.0 — Initial release
First public release of bun-do.
What's included
- Year/month/day agenda calendar view with auto-sync to current date
- Task rollover: overdue tasks carry to today automatically
- Priorities P0–P3, task types: task, deadline, reminder, payment
- Recurring tasks: weekly, monthly, yearly with auto-creation on completion
- Subtasks with drag-and-drop reorder
- Projects tracker with timestamped progress log entries
- Payments view with per-month subtotals
- Keyboard shortcuts: `n` new task, `1`–`5` views, `/` search, `Esc` dismiss
- Light / dark theme, adjustable font size
- REST API via `Bun.serve()` — zero runtime dependencies
- Alpine.js + SortableJS frontend, no build step