Skip to content
Tincograph

Changelog

What has shipped

Everything listed here exists and works today. Things still being built are not on this page — they arrive when they arrive. An RSS feed is coming; for now, this page is the record.

  1. 0.4.1Sign-in and sync fixes

    Fixed
    • Magic links now complete from whichever page you land on, not only the sign-in screen.
    • Sync runs across the whole app instead of starting only when you opened the AI workspace.
    • A password reset link now lands on the set-a-new-password screen directly.
  2. 0.4.0Entitlements, credits and offline grace

    Added
    • One entitlements service decides what your account can do, so every app gives the same answer.
    • Credits are an append-only ledger you can audit, and spending is idempotent — a retry after a dropped connection does not charge you twice.
    • Running out of credits is a clear stop with an upgrade link, not a silent downgrade.
    • Admin overrides can grant a plan, a feature or bonus credits per account, with an expiry date.
    • Entitlements ship with a signed token valid for 72 hours offline, so a paid feature keeps working without a connection.
  3. 0.3.0Two-factor authentication

    Added
    • Time-based one-time codes (TOTP) from any authenticator app.
    • Ten single-use recovery codes, shown once when you enrol and regenerable from your account page.
    • Once 2FA is on, sign-in stops at a code challenge however you signed in.
  4. 0.2.2Usernames, data export and account deletion

    Added
    • Unique, case-insensitive usernames that reserve your public profile address; you can change one every 30 days and the old name is parked so nobody else can take it immediately.
    • A one-click JSON export of everything held against your account.
    • Account deletion with a 14-day grace period — sign in again within it to cancel, after which the data is removed.
  5. 0.2.0Nova desktop integration

    Added
    • Pair your Mac with your account from Nova, and see and revoke the device from your account page.
    • Bookmarks, a defined subset of settings, and open tabs sync between Nova and your account.
    • A phone signed into the same account can drive Nova over an explicit allowlist of commands — creating, closing, activating and renaming tabs — and nothing outside it.
  6. 0.1.0Accounts, and the first Tincograph AI

    Added
    • Sign up and sign in with email and password, or with a magic link instead of a password.
    • Tincograph AI: chats grouped into projects, with the artifacts a model produces kept per chat.
    • Bring your own OpenAI-compatible provider — your key stays in your browser — or use the credits in your plan.
    • The composer shows your credit balance before you spend it.

Follow along

The blog covers why things are built the way they are. The status page says whether they are up.