What’s new

Will chronicle

Quiet, factual notes about what shipped. The newest release sits on top.

  1. v0.7.9

    Unified account hub link in settings

    • When you sign in with the shared trefolio IdP, Settings → Account links to user.trefolio.com/account for display name, password, OAuth, passkeys, and billing.
    • Profile name and avatar sync from the IdP together with your daily assistant quota.
  2. v0.7.8

    IdP login respects ecosystem language

    • Sign-in and registration redirects to user.trefolio.com now send OIDC `ui_locales` from the shared `trefolio_ui_locale` cookie (set by Warren apps on `.trefolio.com`) or your browser language.
  3. v0.7.7

    IdP quota sync and unified-upgrade cleanup

    • Daily assistant quota now periodically pulls `will_daily_limit` from user.trefolio.com after login so cancel-at-period-end doesn’t leave you on the wrong cap until re-auth.
    • Removed the redundant `/api/billing/unified-upgrade` shim — links point straight at the IdP `/upgrade` flow.
  4. v0.7.6

    Link Telegram from the notes home

    • When your account isn't linked yet and the bot is configured, /app shows a clear Link Telegram card with the same generate-link flow as settings — no dig through menus first.
  5. v0.7.5

    CSV documents in Telegram

    • Send a .csv file as a Telegram document and Will inlines the rows (up to 15k characters) into your note.
    • The assistant prefers replying in the language of your latest message, using your saved locale as fallback.
  6. v0.7.4

    IdP upgrade links respect IDP_ISSUER

    • Upgrade deep-links to user.trefolio.com now prefer the public `IDP_ISSUER` host when set, so browsers are not sent through a loopback `IDP_BASE_URL` in dev stacks that split API vs issuer.
  7. v0.7.3

    Daily assistant quota in the web header

    • The signed-in header now shows how many of your daily Will (Telegram) assistant messages you've used — same counter as the bot, with a Pro pill when your plan raises the cap to 200.
  8. v0.7.2

    IdP sign-in links to your existing Will account

    • If you already had a Will account (email, Google, or passkey) and you sign in with the shared trefolio account the first time, we now attach that login to the same user instead of leaving you on the sign-in page with no session.
  9. v0.7.1

    Login always uses the shared IdP on Vercel

    • If IDP client credentials are set, /login and /register show a short bridge (countdown + Continue) before sending you to user.trefolio.com. Omit `IDP_CLIENT_SECRET` locally only when you still need password or Google sign-in for dev.
  10. v0.7.0

    Unified sign-in at user.trefolio.com

    • When unified accounts are enabled (IdP OAuth client fully configured), /login and /register use the shared IdP — same email and plan as trefolio and Clara.
    • On Vercel production, the app ignores a mistaken IDP_BASE_URL pointing at localhost and uses https://user.trefolio.com instead.
  11. v0.6.0

    Admin can disable accounts

    • Administrators can now disable a user from /admin/users with a single click. Disabled accounts are signed out on their next request and their Telegram messages are silently dropped until re-enabled.
    • Disabled users see a dedicated "Your account has been disabled" notice on the sign-in screen instead of a generic error.
    • Admins cannot disable their own account — keeps you from locking yourself out of the console.
  12. v0.5.0

    Live progress in Telegram

    • Will now narrates each step inside Telegram — "Saving your note…", "Suggesting tags…", "Scheduling a reminder…" — so you see the work happening rather than a silent typing dot.
    • The status line is edited in place and disappears the moment the final reply arrives, keeping the chat tidy.
    • Localised across English, Spanish, Portuguese and Arabic.
  13. v0.4.0

    Web notes, edit anywhere, admin console

    • Capture notes from the web — quick-add box on the dashboard, ⌘/Ctrl + Enter to save, optional tags.
    • Edit and delete notes inline on the web, or ask Will on Telegram ("fix the typo", "remove tag X").
    • Bardic + rioplatense voice for the Telegram bot, with proper bold / italic rendering instead of literal asterisks.
    • Admin console at /admin for the team — overview metrics plus a searchable user list with Telegram link status.
  14. v0.3.0

    First Folio

    • Reskinned the home page in a Shakespeare-Folio idiom: parchment, gilt, ink, fleuron dividers, drop-cap pitch.
    • Added a “Dramatis personae” portrait section featuring the Will icon as the printer's mark.
    • Cormorant Garamond + EB Garamond replace the previous display + sans pairing.
  15. v0.2.0

    Editorial home & changelog page

    • Redesigned landing page in Will's editorial style.
    • Added a public /changelog page so what's new has a permanent home.
    • New display typography across the marketing site.
  16. v0.1.0

    First public release

    • Telegram-first note capture: text, voice, photo, PDF.
    • AI tag suggestions on every new note.
    • Active reminders dispatched via Vercel cron.
    • English / Spanish / Portuguese / Arabic agent replies.
    • Email + Google + passkey sign-in.
    • Full GDPR baseline: export + 30-day soft-delete.