Changelog
What's new in Tripplet.
v3.2 StabilityLatestMarch 24, 2026
Rock-Solid Auth & Site Stability
- FixedPassword reset token flow now uses proper one-way hashing — the secret token lives in the URL, only a hash lives in the database. Even if the DB is ever compromised, reset links stay safe.
- FixedForgot-password endpoint is now rate-limited to 3 requests per hour per IP — no more email flooding.
- FixedLogin endpoint rate-limited to 10 attempts per 15 minutes per IP to stop brute-force attacks in their tracks.
- FixedRegistration endpoint rate-limited to 5 accounts per hour per IP.
- FixedOld password reset tokens are cleaned up before a new one is issued — no stale token pile-up in the DB.
- ImprovedAuth context now retries once on transient server errors instead of immediately dropping to logged-out state.
- ImprovedRegistration errors no longer leak internal database messages — users see a clean, friendly error.
- ImprovedEmail format is validated on the server before registration hits the database.
v3.1 SonomaMarch 15, 2026
Sonoma — Trilo, unlimited access, and a new era
- AddedSay hi to Trilo — Tripplet's official mascot is here and hanging out across the app
- AddedUnlimited messages for all users — no daily cap, no limits, ever
- AddedAuth as an overlay — sign in or sign up right over the chat without losing your place
- AddedSuggested prompts on empty state — time-of-day aware prompt chips so you always have somewhere to start
- ImprovedChat auto-scroll now pauses when you scroll up, resumes when you return to the bottom
- ImprovedGuest conversion no longer interrupts your flow — sign up nudge is subtle and dismissible
- ImprovedLanding page redesigned with Trilo section, cleaner copy, and better mobile layout
v0.3.3March 15, 2026
Keyboard Power & Conversation Ownership
- Added⌘N keyboard shortcut — create a new chat from anywhere in the app instantly
- AddedInline conversation rename — double-click any chat in the sidebar to rename it in place
- FixedExit intent bar on pricing page no longer references a removed refund policy
v0.3.2March 15, 2026
Personalization & Export
- AddedConversation export — download any chat as a Markdown file in one click
- AddedPersona detection — Tripplet quietly learns your interests from message content and personalizes prompt suggestions on return visits
- ImprovedEmpty state prompt suggestions swap to personalized chips once your interests are known
- Improved⌘K hint surfaced in sidebar so the command palette is easier to discover
v0.3.1March 15, 2026
Engagement & Discovery
- Added⌘K command palette — jump to any workspace or recent chat from anywhere
- AddedVisit streak badge in sidebar — see your consecutive daily usage
- AddedSession recap on empty state — pick up the last conversation in one click
- AddedProgress ring — onboarding checklist that tracks feature discovery
- Added"Inspire me" button on Images and Videos pages — one click fills a creative prompt
- AddedTime-of-day suggested prompts — morning, afternoon, evening, and weekend prompt sets
- AddedFeature discovery row — surfaces unused workspaces until you try them
- AddedContextual workspace hints in chat input — detects image/video/code/search intent
- ImprovedModel selector now shows Speed and Depth bars for each model
- ImprovedBrowser tab title updates to the active conversation name
- ImprovedPlatform pulse replaces fabricated social proof with honest capability signals
- Improved"How it works" section added to landing page
v0.3.0March 5, 2026
v3.1 Model Lineup
- AddedTaipei 3.1 — enhanced reasoning with deeper extended thinking support
- AddedMajuli 3.1 — 40% faster responses with improved conciseness
- AddedSuzhou 3.1 — richer creative generation for writing, code, and image prompts
- ImprovedModel selector redesigned with descriptions and extended thinking toggle
- ImprovedCode workspace simplified to two-pane layout (chat + code/preview)
- ImprovedSettings moved behind a clean dialog in the Code workspace
- FixedDropdown menu hover state no longer uses bright cyan highlight
- FixedGuest users correctly fall back to Suzhou 3.1 when Taipei is locked
v0.2.5February 22, 2026
Extended Thinking & Search
- AddedExtended Thinking toggle — models spend more time reasoning on complex problems
- AddedWeb search integration with source citations and expandable results
- AddedPlan mode for the Code workspace — describe before generating
- ImprovedStreaming responses now show partial content immediately
- ImprovedMessage bubbles include file operation badges (create/modify/delete)
- FixedChat auto-scroll now reliably scrolls to latest message
v0.2.0February 8, 2026
Video Generation & Code Workspace
- AddedVideo generation from text prompts with multiple aspect ratios and durations
- AddedCode workspace with chat-driven generation, multi-file editor, and live preview
- AddedOne-click deploy for Code workspace projects to public URLs
- AddedGuest access — up to 15 messages without an account
- ImprovedImage generation now supports style selection and prompt enhancement
- ImprovedSidebar conversation list sorted by recency with delete option
- FixedMobile sidebar toggle animation no longer jumps on first open
v0.1.0January 18, 2026
Initial Release
- AddedConversational AI chat with three models: Taipei, Majuli, and Suzhou
- AddedImage generation with text-to-image pipeline
- AddedMarkdown rendering with syntax-highlighted code blocks
- AddedDark mode default with custom design system
- AddedClerk authentication with social login support
- AddedResponsive sidebar with conversation history
- AddedMode system: Search, Reason, Create, Analyze with tone controls