Changelog

Last updated 2026-07-10

Delitero is launching soon. Join the waitlist and we will email you when it opens.

What changed in the Delitero platform and apps, newest first. The API changes additively: fields and endpoints are added, never removed or repurposed, so an integration written against an older version keeps working.

0.9.0 · 2026-07-10

  • Delivery addresses now include the state (required for new US delivery orders).
  • A restaurant that has not published yet gets an honest "not open for online ordering yet" page instead of a generic not-found.
  • Restaurants can upload a public image, used as the link preview when the ordering page is shared.
  • Explicit caching policy on public reads: restaurant and menu documents cache for up to a minute; everything else is uncached.
  • Every unknown route now answers a consistent JSON error envelope.

0.8.0 · 2026-07-06

  • Team roles and invites: owners invite managers and staff, each with an appropriate view of the admin.
  • Receipt customization: upload a logo and set a footer note for emailed receipts.
  • Account changes: change email or password; a password change signs out every other session.

0.7.0 · 2026-07-06

  • Promo codes apply at checkout, with the discount priced server-side and honest refusal messages.
  • Email verification and self-serve password reset.
  • Pause ordering from the kitchen display, not just the admin.
  • Scheduled orders escalate relative to when the kitchen should start them.
  • Rate limiting across the API, with generous customer-facing budgets.

0.5.0 and 0.6.0 · 2026-07-06

  • Device pairing by 6-digit code for the kitchen display.
  • Accept with a preparation time: the kitchen’s promise becomes the customer’s "Ready around" estimate.
  • Timed pause with automatic resume.
  • Self-serve signup: choose your ordering page address at creation, with live availability checking.

0.4.0 · 2026-07-05

  • Delivery with your own drivers: courier accounts, the courier app flow, and delivery states on the customer status page.

0.3.0 · 2026-07-04

  • Customer status pages show the full order: items, money breakdown, and a per-state timeline.
  • Promotions management in the admin.
  • Payout visibility: next and last payout on the Payments page.

0.2.0 · 2026-07-02

  • Server-priced cart quotes: every number a customer sees comes from the pricing engine.
  • Tips, sales tax, and scheduled pickup at checkout.
  • Opening-hours awareness: "Closed now, opens at …" instead of failed orders.