Skip to content
Termék

Changelog

A Thremark minden frissítése, dokumentálva. Jelenleg TestFlight-on.

1.0 (49)

v14.53.0May 13, 2026
  • Fixed text getting cut off in your own message bubbles — the last word on the second line was invisible.
  • Fixed AI-generated images appearing off-center instead of flush to the left edge.
  • Fixed uneven padding in user photo bubbles — the glass border is now a uniform 6pt on all four sides.
1 more changes
  • Fixed right side of photo bubble having too much empty space when switching from text to photo messages.

1.0 (47)

v10.102May 12, 2026
  • Fully rebuilt chat engine. The conversation screen has been rewritten from the ground up under the hood — scrolling, message loading, and streaming are now handled by a dedicated UIKit engine instead of SwiftUI. Responses appear faster, scrolling is smoother, and the layout is more stable during long conversations.
  • Old builds will now be prompted to update before they can continue. If you're on a build from before May 2026, you'll see an update screen on launch — tap 'Open TestFlight' to get the latest version.
2 more changes
  • Sentry crash reporting now covers the full new chat engine. Any issues in the rebuilt chat will be caught and symbolicated correctly.
  • The app now sends its build number with every server request, enabling faster triage of version-specific issues.

1.0 (43)

v14.21.7May 9, 2026
  • Voice: you can now interrupt the AI mid-speech — tap or speak to take the floor. Previously the AI would finish talking no matter what you did.
  • Voice: fixed duplicate AI message appearing in chat after a Gemini voice session.
  • Fixed a crash when rapidly deleting multiple chats one after another.
  • Fixed the AI response bubble getting clipped with '...' when a file attachment was involved.
  • Fixed duplicate file chip appearing in the AI reply when the same file was already shown above.
5 more changes
  • Voice minutes counter no longer gets stuck at 180/180 on Pro plan.
  • Weather card now shows a compact view when you only asked about today — not the full 7-day forecast.
  • Opening the app fresh no longer causes a brief visual flicker in your chats, marks, and files list.
  • Live activity no longer briefly flashes 'thinking' when the app auto-retries after a network drop.
  • Fixed GitHub status section silently firing hundreds of API errors in the background.

1.0 (next)

v14.20.0-chat-pills-and-topbar-waveformMay 9, 2026
  • Voice summaries are back in chat history. After a voice session, the recap message now shows the Imprint chip with its duration timer plus chip pills for the marks and files that came out of the conversation — instead of leaking the raw markers as plain text. (Lost during an internal chat substrate migration in April; restored.)
  • Glass chips now react instantly to your accent color. The chip pills under voice summaries, and the file chip in the input bar (the one that appears when you've attached a file before sending), now repaint live when you change the accent in Settings. The 'Bubble tint enabled' toggle is also respected everywhere — the macOS pending-file chip used to keep a purple wash even with the toggle off.
  • When you record a voice message and switch over to the Marks tab or Settings, the floating recording status pill at the top of the screen now shows the live waveform from your voice plus a monospaced timer — exactly the same treatment the input-bar recording strip has. Before, that pill was a static mic icon with 'Recording 0:34' and a gentle scale pulse, which looked frozen next to the live input-bar version.
  • The Recents / Search glass panel inside chat now sits at the same vertical position as the Marks tab and Settings panels (it used to be 4pt tighter to the input bar). Just visual consistency.
3 more changes
  • Internal: dropped the redundant mic icon and scale-pulse animation on the top-bar recording pill — the live waveform is the indicator, the icon was duplicating the signal.
  • Internal: every chip-shaped glass surface in the app (AI-bubble file chips, voice-summary mark/file pills, pending-file chip in input bar) is now on a single reactive contract via the chatChipTint view modifier, so accent + tint settings flow uniformly. Future regressions of 'one chip didn't update' should not recur.
  • Internal: 'Go to Mark' was removed from the voice-summary mark pill's context menu — it was redundant since the mark is already visible directly above in chat. Edit and Delete remain.

1.0 (next)

v14.17.0-voice-waveform-ribbonMay 9, 2026
  • New voice recording UI — the pulsing microphone is gone, replaced by a live waveform that moves with your voice across the input bar. Same vibe as ChatGPT's recording strip, just sitting inside the same input capsule you type in.
  • Cancel button is now a purple stop-square (instead of the small ×) — and tapping it no longer throws away your recording. It stops the audio, transcribes it, and drops the text into the input bar so you can edit before sending. Like ChatGPT.
  • Long-press recording (push-to-talk) now also shows the live waveform and timer — you used to record blindly until you let go. Now you see the same visual feedback whether you tap or hold.
  • The input bar no longer changes height by a couple of millimeters when you switch into recording mode — it stays a steady 44pt across typing, tap-recording, and hold-recording.
2 more changes
  • Internal: new WaveformRibbon SwiftUI view (24-32 dynamic bars sized to bar width via GeometryReader, perceptual square-root amplitude curve so quiet speech still shows movement), audio level boosted ×6 in SpeechService for visible bumpiness on normal speaking volume.
  • Internal: cancel-as-edit takes a 1-2 second round-trip to Whisper batch transcription instead of using on-device speech recognition — owner explicit choice for transcription quality over zero-latency.

1.0 (42)

v1.2.2-iosMay 8, 2026
  • Chat content now lifts up correctly when you attach a photo or file, or when you type a long multi-line message — the last bubble no longer hides behind the input bar or the attachment chips.
  • AI-extracted marks now look and feel like the marks you save yourself: they glow in chat when extracted, get full swipe-to-delete and context menu actions in the Marks tab, and now count toward opening the Memory Insights graph (previously it stayed empty if you only had AI-extracted marks).
  • Chat replies no longer duplicate in your history after rebuilding, restarting, or opening the same chat on a second device — the app and server now coordinate on a single ID for each message instead of generating two separate ones for the same reply.
  • Scroll-to-bottom chevron now slides smoothly down to the latest message instead of teleporting.
4 more changes
  • Localization Wave A — filled in 216 missing translations across 36 languages for 6 user-visible strings (image provider picker, referral confirmation copy, restore-purchases disclaimer, finance source attribution, source-link button label). Reduces English leakage in non-English app screens.
  • Empty-state copy on the Marks tab now reads "Long-press a message in chat to save, or just chat — Thremark notices facts on its own" — reflects that Thremark extracts marks automatically as well as on demand.
  • Internal: 4-wave observability batch landed alongside this build — adds time-to-first-token tracking, stream-stall detection, full onboarding funnel, full Apple sign-in funnel, and cohort tagging (plan / model / locale) on every analytics event and crash report. No user-visible change, but future regressions are caught with proper telemetry instead of silent gaps.
  • Internal: image generation is intentionally excluded from the deterministic message ID change above — image bubbles use a different replace-then-generate pattern that needs a separate signal from the server before it can adopt the same scheme.

1.0 (41)

v1.0-tf41May 7, 2026
  • AI replies no longer go blank mid-stream — there was a class of bugs where the bubble would briefly fill in with text, then suddenly empty out before the answer finished. Now the bubble keeps every word it has shown.
  • Fixed a rare crash that could end your session if you deleted a chat message at the same moment the chat was syncing to the server. Sync now snapshots what it needs before going to the network, so deletions during sync are safe.
2 more changes
  • Internal: chat scroll surface now uses two separate cell registrations for the typing indicator vs. message bubbles — eliminates a UIKit warning and makes scrolling a touch smoother.
  • Internal: streaming text writes now go through a single chokepoint with a Sentry breadcrumb, so any future regression of the "reply blanks out" class is caught with a stack trace instead of a silent empty bubble.

1.0 (next)

wave-M1.7.56May 7, 2026
  • Marks tab now correctly separates the marks you saved yourself from the ones Thremark extracted from chat — your saved marks stay in the main list, AI-extracted ones live under a tap-to-expand "Extracted" section so they don't drown out your own.
  • Typing indicator (the dots that show while Thremark is thinking) now appears instantly at the right spot above the input — no more flash where it briefly stuck to the keyboard then jumped up.
2 more changes
  • Pre-existing marks created before the May rollout no longer get accidentally bucketed as AI-extracted on the next sync — fixes a quiet visibility regression where your own saved marks could disappear into the Extracted section.
  • Internal: typing indicator insert no longer races a fade animation against the scroll snap — both happen in the same frame, matching how iMessage's typing indicator pops in.

1.0 (next)

wave-M1.7.42-49May 4, 2026
  • Long AI replies no longer get cut off with "…" at the bottom — the chat surface now re-measures the final text correctly, so weather forecasts, recipes, and search results render in full the first time.
  • Weather, stock, news, and other rich cards now appear inline in AI replies again — they were silently missing after the recent chat rewrite, now restored.
  • AI-generated files now show up as chips below the reply with full options (rename, share, save, copy, export to PDF, delete) — same as before the chat rewrite.
  • AI replies now use the full chat width — the right-side gap is gone, so weather cards and long answers look balanced edge-to-edge instead of squeezed.
3 more changes
  • Inline AI-generated images now render again in the new chat surface.
  • User messages pop into place instantly when sent — no more brief slide-up animation that looked like the bubble was sliding in from below the keyboard.
  • Internal stability: the scroll-position guard during keyboard transitions has three independent recovery paths, so the scroll-to-bottom button can no longer get stuck if an animation is interrupted.

1.0 (31)

v11.14April 19, 2026
  • Marks for things you own — like a bike, car, or apartment — now show up under Vehicle, Property, or Owned instead of the generic Personal bucket.
  • Saving "I have a bike X" now creates one clean mark, not two — behind the scenes, the duplicate narrative wrapper gets merged into the specific mark automatically.
1 more changes
  • The app's new memory layer classifies what you save into canonical categories (vehicle, property, pet, allergy, goal, etc.) so future chats can surface the right facts at the right time. This release wires the new categories into the display, and fine-tunes the dedup logic so casual phrasing doesn't leak as a second mark.

1.0 (30)

v11.13April 19, 2026
  • More input-bar tips so you discover the hidden gestures: tap or hold the mic to dictate, the plus button for photos and files, and the new chat button for quick access.
  • AI mode picker now has a short hint in Settings explaining how Fast, Smart, and Creative differ.
  • Swipe hint now points to the right edge of the screen so you can see where to swipe between Marks, Chat, and Settings.
2 more changes
  • Tips pace themselves — at most one hint per hour so they feel like gentle nudges, not a parade.
  • Deleting your account now also resets onboarding tips, so if you sign up again you see the welcome hints properly.

1.0 (28)

v11.11April 19, 2026
  • New tips help you discover features at the right moment — a gentle hint on your first mark, first file, first reminder, your first long voice call, and the hold gesture on chats.
  • "Tune it to you" banner appears in Settings once you've been chatting for a while, so you don't miss glass tint, section reorder, and the rest of what's configurable.
  • "Show tips" toggle in Settings — if you'd rather keep things quiet, one switch silences every onboarding hint across the app.
  • Empty reminders section now tells you exactly how to make one: just say "Remind me tomorrow at 9" in chat.
1 more changes
  • Copy pass on every tip: shorter titles, clearer messages, consistent tone across the app

1.0 (27)

v11.9April 19, 2026
  • Archived chats no longer duplicate — a chat you haven't touched in 14 days now appears only in the Archived section, not in both the main list and the archive at once.
  • Pinned chats stay put — pinning a chat now overrides the 14-day inactivity rule, so important threads never silently drop into archive.
  • Smarter search — typing a query still finds old chats even if they've auto-archived, so you can always recall by text.

1.0 (26)

v11.7April 19, 2026
  • Chat list previews now refresh instantly when you send or receive a message — no more stale first-message previews.
  • New chats get a title the moment you send — no more "New Chat" lingering after your first message.
  • Truncated replies are labeled — if a long answer hits the output cap, you'll see a "truncated — ask to continue, or say 'save to file'" hint instead of a silent cut-off.
  • Plan-limit messages now tell you which limit actually fired (monthly chat vs daily thinking vs daily deep) and when it resets.
  • File creation no longer auto-opens the share sheet — files just appear in your Files tab, and you can share manually when ready.
2 more changes
  • Cleaner AI replies — occasional stray ---THR_SEARCH--- markers are now scrubbed on both ends
  • Foundation hardening: preview cache moved onto the chat itself, list views no longer walk into message internals (closes a rare delete-race crash)

1.0 (25)

v11.5April 18, 2026
  • Bubble tint toggle now controls file and mark chips too — when you turn it off, file cards and mark chips under AI replies go neutral like the bubbles. Consistent across the chat.
  • Tint intensity slider scales the chips as well — stronger slider means stronger wash on every colored glass element in chat.
2 more changes
  • File icon and mark bars stay colored even when tint is off, so you can still tell a file from a mark at a glance
  • Backlog cleanup: archived chats now sync across devices, non-current chat edits propagate, Erase Everything force-signs-out to clear in-memory context

1.0 (24)

v11.4April 18, 2026
  • Archive chats — long-press any chat (or swipe left on pinned) to archive. Archived chats collapse into a dedicated section you can expand when you need them.
  • Safer destructive actions — Clear Chat, Sign Out, and discarding unsaved file edits now all confirm before acting. No more accidental wipes.
  • Chat rename sync — renaming a chat inline now pushes the new title to your other devices.
  • Cleaner edit sheet — removed a dead emoji button on the mark editor; gives the composer room to breathe.
3 more changes
  • Archived section lives in both the left sidebar (inside a chat) and the Marks tab
  • Unarchive from context menu or leading swipe
  • File editor: Cancel and swipe-down now both respect unsaved changes (single dialog, no flicker)

1.0 (22)

v10.88April 17, 2026
  • Bubble tint intensity slider — dial the color tint on your bubbles from 10% to 100% (Settings → Glass Tint). Native SwiftUI, iOS + Mac.
  • Premium Blue accent — deep royal navy on light theme, crisp blue on dark, stays legible on both.
  • Refined Orange accent — warm muted bubble tone with a vivid picker swatch in Settings.
  • Softer defaults — Bubble tint is off by default for new users; when enabled, the slider starts at a gentle 40%.
2 more changes
  • Light theme tint baseline +20% for better legibility on white
  • Existing users keep their prior tint setting — only new installs pick up the new defaults

1.0 (19)

v10.46April 8, 2026
  • GitHub Sync — push marks, files, and chats as Markdown to private repos. 4 AI tools: push, status, list, read.
  • Settings redesign — Memory section with toggles, redesigned Data sheet with granular export/import/storage management.
  • Voice bar unified — consistent glass tint across all tabs, idle pulse animation.
  • Top bar — new icon morphs to X when Recent panel is open.
11 more changes
  • Recent panel reordered: Chats → Marks → Reminders → Files
  • Reminders: full context menu (Preview, Edit, Copy, Remove, Delete) + swipe actions
  • Mark limit 300→100 characters with live counter
  • File edit: word counter + 50K character limit
  • Message context menus: Create Mark, Copy, Edit, Resend, Delete (user) / Copy, Share (AI)
  • Inline photo picker from attach button
  • File context menus: Export as PDF, Copy Content, Save
  • Share Extension: security-scoped resource access fix
  • Health toggle moved to Profile → Integrations
  • Auto-title chats from first message
  • Language-neutral tool output — AI responds in your language

1.0 (14)

v9.89April 1, 2026
  • Smart Routing v2 — phase-adaptive conversations that get smarter over time.
  • Format architecture — 13 formatting guards, structured outputs, thinking/deep routing.
  • Sentry crash reporting — 99% coverage, automated alerts.
3 more changes
  • Vision request timeouts and fallback
  • Sentry HMAC webhook to Telegram
  • 15 bug fixes from systems audit

1.0 (12)

v8.85March 31, 2026
  • Section Order — customize tab bar and marks panel layout in Settings.
  • Referral system — share your code, both get 30 days of Plus. Universal Links + deferred deep linking.
  • Dynamic Island — live activity with squash animation, auto-dismiss on read.
  • Localization — 37 languages, 1139+ translated keys.
4 more changes
  • Onboarding polish + gradient fix
  • API geo-blocking for compliance
  • Personalization architecture rewrite
  • User education: 7-layer progressive system

1.0 (8)

v6.50March 25, 2026
  • Voice conversations (Imprint) — talk to Thremark with OpenAI and Gemini real-time voice.
  • Image generation (Nano Banana) — describe what you want, AI creates it.
  • Web search — AI searches the web when it needs fresh information.
  • 30 Apple integrations — Siri, widgets, Dynamic Island, HealthKit, ShareSheet, and more.

1.0 (1)

March 2026
  • First TestFlight build. Chat with AI, create marks, manage files.
  • Apple Sign-In, StoreKit subscriptions (Free / Plus / Pro).
  • Cloud backup, Dark mode, native iOS design.
← Vissza a Thremark-hoz·Roadmap·Rólunk·Visszajelzés