dayliWORK

Changelog

What we shipped, when.

We publish the changelog the day a release goes out.

Apr 26, 2026

v0.12

Major

AI foundations — the plumbing for what's next

  • Three new AI endpoints under the hood: estimate-a-task (Haiku 4.5, with a similarity shortcut so it skips the model when we already have enough data), plan-my-day (Sonnet 4.6, calendar- and history-aware), and smart capture (paste an email or meeting note, get structured tasks back routed to the right project).
  • Telemetry flywheel: every AI suggestion and your response to it is logged, so the prompts and models actually get better over time instead of just costing tokens. This is what unlocks Phase 2 (reschedule-on-change, daily/weekly review, AI-suggested automations) — the data is now flowing.
  • Upstream provider errors (rate limits, content policy, billing) now surface as structured 502s with the underlying reason, instead of opaque 500s. Easier to debug when models misbehave.
  • Internal QA harness for testing new AI flows before they hit production surfaces. User-facing AI surfaces ship over the next few releases.

Apr 26, 2026

v0.11

Major

Open sign-up + feedback round 2

  • Sign-in is now split from Calendar scopes — anyone with a Google account can sign up; Calendar permission is requested only when you connect it.
  • Comments now support edit and delete, attachments now accept links (not just files), and every action has feedback toasts so you always know what landed.
  • Usage analytics added behind the scenes so we can see what's actually getting used (and what isn't).
  • Sidebar is now readable in dark mode, and the theme toggle is easier to find.
  • Hardened invoicing and reminder emails — fewer edge cases, cleaner failure modes.

Apr 26, 2026

v0.10

Major

Invoicing 1.0 — draft to paid in one place

  • Full invoicing pipeline: clients, project Billing tab, draft generator, send + PDF, status transitions, and payment logging with auto status updates.
  • Per-project and per-client P&L — see margin, expenses, and unbilled time per slice of your business.
  • Expenses panel on the project page so receipts and reimbursables live next to the work that incurred them.
  • Schema foundation laid for multi-currency and tax handling in v0.13.

Apr 26, 2026

v0.9.5

Minor

Bring your data with you

  • CSV and Excel import with a field mapper, live preview, and per-tool presets for Asana, Trello, Todoist, ClickUp, and Notion.
  • Importer now surfaces in three empty states (new workspace, new project, empty board) so you find it when you actually need it.

Apr 25, 2026

v0.9.3

Minor

Sign-in without the Google requirement

  • Magic-link email sign-in via Resend — no Google account needed to use dayli.work.
  • Soft prompt to connect Google Calendar for email-only users so time-blocking is one click away when you're ready.
  • Added /privacy and /terms pages.

Apr 24, 2026

v0.9.2

Minor

Brand pass + user profiles

  • App UI now matches the brand — navy / cream / peach palette and Fraunces type across the product.
  • User profiles with identity, address, phone, and work context — required for invoicing and useful everywhere.
  • Pre-deploy polish: toast consistency, calendar start-hour respect, brand framing, project reorder, subtask edit, Noral|AI wordmark in attribution lines.

Apr 22, 2026

v0.9

Major

Google Calendar two-way sync

  • Drag a task onto your week and it writes back to Google Calendar within a second. Offline retry with exponential backoff.
  • Calendar-only edits are respected — we never overwrite a user's manual changes.
  • New "Auto-reschedule unfinished" setting drops unfinished blocks into tomorrow by default.
  • Fixed an edge case where recurring events duplicated on daylight-saving boundaries.

Apr 08, 2026

v0.8.2

Minor

AI auto-schedule v2

  • Auto-schedule now respects your focus-block windows and meeting-heavy days.
  • Natural-language task input parses relative dates ("next Thursday afternoon").
  • Board now scrolls horizontally on trackpads without holding shift.

Mar 26, 2026

v0.8.1

Fixes

Performance pass

  • Large boards (500+ tasks) render 4× faster after a Postgres index fix.
  • Command palette no longer dismisses when clicking inside its own scroll track.
  • Fixed a memory leak in the calendar overlay when switching weeks rapidly.

Mar 12, 2026

v0.8

Major

WIP limits and bulk actions

  • Columns can now carry a WIP limit. Exceed it and the column gently warns you.
  • Shift-click to multi-select tasks. Mark complete, archive, or move in bulk.
  • Labels are now workspace-level, not board-level. Migration was automatic.