Releases
Changelog
What shipped, what broke, and how to migrate. Newest first.
v0.6.0
Feature- Docs full-text search across overview, whitepaper, technical, API and privacy.
- New Technical page covering stack, request path and latency budget.
- Changelog page with release history and migration notes.
v0.5.0
Improvement- Chat responses now render optimistically — your message appears instantly.
- Shorter history window and capped response length for faster replies.
- Contract address badge available across the app header.
Breaking changes
- sendMessage no longer returns the full message list, only { reply }.
Migration notes
- Refetch or append the returned reply instead of replacing local state with the response payload.
v0.4.0
Security- Leaked-password protection enabled on sign-up and password reset.
- Avatar storage locked to per-user folders with row-level policies.
- RLS debug page restricted to privileged access only.
Breaking changes
- get_rls_debug_info() is no longer executable by anon or authenticated roles.
Migration notes
- Call the debug endpoint through the server-side admin client rather than directly from the browser.
v0.3.0
Feature- Password reset flow with forgot-password and reset-password routes.
- Email confirmation removed — accounts are active immediately.
- Session controls: remember me and sign out everywhere.
v0.2.0
Feature- Persistent chat history per account with rename, delete and search.
- PDF export of any chat thread.
- Manual avatar cropping with zoom and drag.
v0.1.0
Feature- First preview: symptom chat, photo analysis and the severe-conditions library.
