Product Momentum

What's new and what's coming soon

A full history of every significant change we've shipped — from architectural overhauls to one-line bug fixes that were driving people nuts.

12+

Releases

32+

Features shipped

18+

Bugs fixed

v2.6.0

Latest version

Apr 28, 2026v2.6.0New

Clinical Workspace & Provider Data Exports

A major milestone for clinical integrations. Providers now have a dedicated workspace with exportable progress packets designed to slot into existing session prep workflows.

  • NewIntroduced provider-facing progress exports with structured PHQ-9 and GAD-7 trend packets formatted for session prep.
  • NewAdded the Clinical Dashboard view with patient caseload overview, risk alerts, and weekly engagement trends.
  • NewProviders can now write private clinical notes per patient, saved separately from the patient-visible care plan.
  • NewImplemented "Shared View" for Parent/Guardian account types — a curated, safe summary that excludes raw clinical scores.
  • ImprovedInvite flow for connecting patients to providers has been redesigned with clearer consent language and per-item sharing toggles.
  • ImprovedClinical alert threshold logic now adapts based on the patient's historical baseline rather than fixed cutoff scores.
  • FixedResolved a race condition where provider invitations sent within 5 seconds of account creation were occasionally dropped.
Apr 16, 2026v2.5.4Improved

AI Summary Quality & Weekly Report Overhaul

We've significantly improved the quality and relevance of AI-generated summaries and completely restructured the Weekly Mind Report format based on user and clinician feedback.

  • ImprovedRefined the journal analysis pipeline to produce shorter, more actionable summaries with clearer pattern identification.
  • ImprovedWeekly Mind Reports now include a "Key Moments" section that highlights the top 3 emotionally significant journal entries from the week.
  • ImprovedAI-detected emotions are now displayed with confidence tiers (High / Moderate / Suggested) to avoid over-stating interpretations.
  • NewAdded a "Tone over time" sparkline chart to Weekly Reports that visualises emotional valence across all 7 days.
  • FixedFixed an edge case where the life story generator would occasionally duplicate a paragraph when a user had more than 80 entries.
  • PerformanceReport generation latency reduced by ~38% through parallel prompt chunking and response streaming.
Apr 5, 2026v2.5.0New

Voice Journaling 2.0 & Pattern Rewind

Voice journaling has been rebuilt from scratch to feel fast and natural. Pattern Rewind lets users scroll back in time and surface recurring emotional themes across any date range.

  • NewVoice journaling rebuilt with real-time waveform visualisation, auto-stop on silence, and instant transcription feedback.
  • NewPattern Rewind feature: select any 7–90 day range and receive an AI summary of recurring themes, triggers, and growth signals.
  • NewAdded "Journal Streak" tracking to the dashboard — shows current streak, longest streak, and a heatmap-style activity calendar.
  • ImprovedVoice recordings are now compressed on-device before upload, reducing storage usage by approximately 60% without quality loss.
  • ImprovedTranscription accuracy improved noticeably for users who speak quickly or switch between languages mid-sentence.
  • FixedFixed a bug on iOS Safari where the voice recording button would become unresponsive after the first session.
  • PerformanceDashboard initial load time dropped significantly after lazy-loading the journal heatmap and deferring non-critical API calls.
Mar 21, 2026v2.4.3Fixed

Auth Stability & Session Management Fixes

A targeted patch release focused on eliminating auth refresh issues that affected a subset of returning users and restoring reliable session state after plan upgrades.

  • FixedResolved dashboard loading failures that affected some returning users after Supabase auth session refreshes.
  • FixedPlan metadata was sometimes stale after a Stripe checkout completion — now immediately refreshed on redirect back.
  • FixedFixed "Unauthorized" flash that briefly appeared on the journal page for users with active sessions on slow connections.
  • FixedResolved a mobile-specific layout bug on the account page where the subscription section was clipped on small screens.
  • SecurityAdded CSRF protections to all state-changing API routes and removed a legacy unauthenticated endpoint no longer in use.
  • ImprovedToken refresh logic now silently retries once on failure before surfacing an error to the user, reducing spurious logouts.
Mar 8, 2026v2.4.0Improved

Pricing, Plan Limits & Onboarding Flow

Overhauled the pricing presentation for clarity and aligned plan limits to better reflect the real-world workflows of individuals, therapy clients, and clinical providers.

  • ImprovedUpdated pricing page with clearer plan comparisons, honest usage limit callouts, and a "Right for me?" quiz widget.
  • ImprovedRevised plan limit logic: word counts now track billable words only, excluding system prompts and internal context from quota.
  • NewAdded a guided product tour for new signups that walks through journaling, mood tracking, insights, and the persona system in 8 steps.
  • NewFree plan users now receive a soft-limit nudge with a breakdown of their remaining quota instead of a hard block error.
  • ImprovedOnboarding quiz added to personalise the initial AI model based on whether the user is journaling for self-reflection, therapy, or provider use.
  • FixedStripe webhook signature verification was silently failing for some events — now properly surfaced and logged.
Feb 18, 2026v2.3.0New

AI Persona System & Contextual Chat

The Persona system lets users create distinct AI conversation styles — from a no-nonsense cognitive coach to a gentle reflective companion — each with their own voice and focus area.

  • NewLaunched the AI Persona system: create up to 10 custom personas, each with a defined personality, communication style, and focus area.
  • NewPersonas now ingest the user's live journal profile for context, so conversations feel genuinely informed by real patterns and history.
  • NewAdded a "Persona Gallery" with 6 pre-built starter personas including a CBT coach, a stoic mentor, and a gentle reflective guide.
  • ImprovedChat interface redesigned with message reactions, copy-to-journal functionality, and collapsible long AI responses.
  • ImprovedPersona context window now smartly prioritises the most emotionally salient journal entries rather than always pulling the most recent.
  • NewAdded "Conversation summaries" — AI-generated recaps of each chat session saved to the user's journal timeline for future reference.
  • FixedFixed a bug where persona names containing apostrophes broke the chat interface title rendering.
Feb 4, 2026v2.2.1Fixed

Mental Health Snapshot Accuracy & Display Fixes

Corrective release focused on accurate PHQ-9/GAD-7 score computation and fixing display inconsistencies in the wellbeing trend charts.

  • FixedPHQ-9 severity bands were incorrectly labelling scores of 10–14 as "Severe" instead of "Moderate" — corrected across all displays and exports.
  • FixedGAD-7 trend chart was using UTC boundaries for "today" rather than the user's local timezone, causing the chart to update at unexpected times.
  • FixedHistorical snapshots were occasionally omitting the final entry of a month when timezone-aware monthly grouping was applied.
  • ImprovedMental health score badges now include a plain-language label (e.g. "Mild anxiety") alongside the numeric score for accessibility.
  • PerformanceSnapshot computation has been moved server-side and cached per-day, reducing dashboard query load by over 50%.
Jan 24, 2026v2.2.0New

Personality Mapping & Life Story Generator

Two major features rooted in longitudinal insight: a continuously-updated personality map that learns from your writing, and a first-person life story synthesized from your journal history.

  • NewLaunched the Personality Map: a live profile of traits, emotional tendencies, cognitive patterns, and interests derived from journal entries over time.
  • NewLife Story Generator: produces a first-person autobiographical narrative from a user's full journal history, updated on demand.
  • NewPersonality Twin feature: see how your trait profile compares to archetype profiles across openness, resilience, and self-reflection depth.
  • ImprovedJournal analysis pipeline upgraded to extract not just emotions but also recurring cognitive distortions, coping patterns, and stated goals.
  • NewAdded "Insight Cards" to the dashboard: bite-sized AI observations about the user's current emotional state, updated after each new journal entry.
  • ImprovedPrivacy control added to the personality map — users can redact specific entries from contributing to their profile at any time.
  • FixedLife story word count is now correctly tracked against the monthly quota, resolving an unintentional free-tier bypass.
Jan 10, 2026v2.1.0New

Secure Clinical Sharing & Consent Controls

The first major iteration of Rohy's clinical sharing model — built around explicit consent, granular controls, and the clear principle that raw journals are never shared by default.

  • NewLaunched secure sharing: users can invite clinicians or guardians and control exactly what they can see — summaries, scale exports, or selected journal insights.
  • NewSharing recipients receive a read-only portal view with no ability to message, modify, or export beyond what the user explicitly enables.
  • NewAuto-share mode: optionally deliver the latest Weekly Mind Report to all accepted connections as soon as it is generated.
  • ImprovedSharing consent flow redesigned with per-item checkboxes instead of a single "share everything" toggle, based on early clinical feedback.
  • NewAdded sharing audit log: users can see exactly when each connected person last accessed their shared data.
  • SecurityAll shared portal views are served via scoped, time-limited access tokens that expire after 30 days of inactivity.
  • FixedRevoke access was not immediately invalidating the recipient's session token — now terminates access within seconds of revocation.
Dec 15, 2025v2.0.0New

Rohy 2.0 — Complete Redesign & Architecture Overhaul

A full product and technical rebuild. Rohy 2.0 moves to a modern App Router architecture, introduces the new design system, and lays the infrastructure for all clinical and AI features to come.

  • NewRebuilt entirely on Next.js 16 App Router with TypeScript strict mode, replacing the previous Pages Router codebase.
  • NewNew design system with a cohesive dark mode, custom CSS variables, and a glassmorphism card system used consistently across all surfaces.
  • NewSupabase Auth replaced legacy custom JWT system — faster session management, built-in OAuth, and a path to MFA.
  • NewMigrated all user AI profiles to a vector-indexed Supabase structure to support semantic retrieval in future chat and insight features.
  • ImprovedDashboard performance overhauled: server-side data fetching, streaming UI, and skeleton loading states replace the previous client-side waterfall.
  • NewIntroduced the journal editor with rich-text support, word count tracking, and real-time AI analysis on save.
  • NewStripe integration added with webhook-backed plan sync, ensuring subscription state stays accurate even when browser tabs are closed during checkout.
  • PerformanceCore Web Vitals improved significantly: LCP down by ~55%, CLS reduced to near-zero with layout reservations, and INP optimised through deferred hydration.
Nov 20, 2025v1.8.5Fixed

Pre-2.0 Stabilization & Mobile Polish

  • FixedJournal entry autosave was triggering on every keystroke — now debounced at 2 seconds to reduce API calls and prevent race conditions.
  • FixedMobile Safari keyboard layout shift when the emoji picker opened caused the text cursor to jump — resolved by locking scroll position before open.
  • FixedMood check-in widget was not rendering correctly in landscape mode on iPhone SE and similar small-viewport devices.
  • ImprovedAdded haptic feedback on mobile for key interactions: completing a journal entry, saving a mood check-in, and receiving an AI insight.
  • PerformanceReduced JavaScript bundle size by 18% through tree-shaking unused icon imports and moving chart components to dynamic imports.
Nov 1, 2025v1.8.0New

Mood Tracking & Check-In System

Introduced a lightweight daily mood check-in system that doesn't require a full journal entry — making consistent emotional tracking accessible even on the hardest days.

  • NewDaily mood check-in widget: rate overall mood, energy, and anxiety on simple 1–10 scales with an optional one-liner note.
  • NewMood history chart on the dashboard showing a 30-day rolling view of emotional patterns with peak and trough annotations.
  • NewCheck-in streak system: consecutive daily check-ins are tracked and surfaced as a motivational metric on the dashboard.
  • ImprovedAI journal analysis now incorporates same-day mood check-in data to produce more context-aware summaries.
  • NewAdded push notification support for daily check-in reminders — time and frequency configurable from account settings.
  • FixedResolved a timezone bug where users in UTC+ zones were seeing yesterday's check-in prompt instead of today's.