UniboxUnibox

Changelog

What's new

Releases ship roughly weekly. Subscribe to release notes if you'd like a digest by email.

v0.5·May 2026

Hot keys + faster open

  • Phase-1 keyboard shortcuts: ↑/↓ navigate, R reply, F forward, C compose, / search, ? help, Cmd+Enter send, Cmd+S save draft.
  • Hover prefetch + in-memory thread cache — opening a thread you've seen before is now instant.
  • Cursor-based pagination on Tag / Later / Done lists.
  • Fixed thread-list pane scroll regression on tall mailboxes.
v0.4·April 2026

Snooze, retention, prod readiness

  • Snooze a thread to Later — auto-wakes when its timestamp passes.
  • Folder routing: Open / Later / Done with Done filtering by status.
  • OAuth state moved from in-memory dict to Postgres so multi-worker deploys don't drop callbacks.
  • Audit log + workflow run retention sweeper running every 6 hours.
  • Member-access enforcement on tag and folder lists.
v0.3·April 2026

Workflows W2 — executor + auto-trigger

  • Workflow runs are real: trigger → AI task → condition → action graph walks against a thread.
  • Auto-fire on `reply_received` via FastAPI background task.
  • Manual 'Run on thread' button in the editor.
  • Run history page with status pills and per-run output JSON.
v0.2·March 2026

Tags, statuses, internal notes

  • Workspace tag library + per-thread tagging from the details rail.
  • Custom statuses (open, pending, resolved, closed by default — extendable).
  • Internal notes interleaved with messages, amber-tinted, only visible to teammates.
  • Inbox details rail with assignee, status, and tag pickers wired to real backend.
v0.1·February 2026

First public preview

  • Three-pane inbox: sidebar, thread list, reader + reply composer.
  • Google Workspace OAuth (admin + member modes).
  • Alias management via Directory API with bulk create.
  • Per-user filtered inbox + admin unified view.
  • Reply, forward, mark unread, delete, send-as.