Weekly Release Summary: 2026-04-27 to 2026-05-03
Weekly Release Summary: 2026-04-27 to 2026-05-03 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...
Weekly Release Summary: 2026-04-27 to 2026-05-03
Generated from 177 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
OpenMates delivered a major update this week, highlighted by the launch of a diff-based editing engine for document embeds and the expansion of the travel skill to include Deutsche Bahn train connections. The project also finalized its migration to Stripe Managed Payments, introduced a comprehensive suite of mobile touch gestures, and overhauled the introductory user experience with autoplaying video teasers and dedicated privacy pages.
Released Changes
- OpenMates added the ability for users to update their account email address directly within the settings menu. (5041358b6)
- The transition to Stripe Managed Payments is now complete, resulting in the removal of the Polar payment provider and an updated signup flow for EU and Managed configurations. (fd34fb52b, bb6e9afdd)
- A new suite of touch gestures was introduced, including edge swipes for menus, swipe-to-close for settings, and swipe navigation for chat and embed headers. (2b19b1e09, f30df002c, cb98225f9)
- The chat header now features an expanded intro teaser with autoplaying video support and a split design for better visual engagement. (7f4ef1892)
- The chat interface was refined with a dynamic ‘New Chat’ button that transitions to draft controls on focus, alongside a new compact input mode for follow-up messages. (24086fe71, d7d44027f, 756e2c6d8)
- Public chats are now included in search suggestions to improve the discoverability of community conversations. (adb9f9b0c)
- The travel application now supports train connection searches via Deutsche Bahn, featuring official provider logos and direct booking deeplinks. (1ff0f4ac3, d909babd4, 616abde82)
- A new diff-based editing engine was launched for mail, code, and document embeds, allowing users to track AI-driven changes via a version timeline. (63fedfcd8, 5f1ac0f75)
- OpenMates introduced a video creation embed that includes a synced playback timeline and specialized parser for skill research. (8f360dcbb, b3da0ebaf)
- PDF handling was optimized through safe deduplication and a new OCR cache that skips redundant analysis for duplicate files. (6a1d19717, 89a464008)
Bug Fixes
- The account email change process was stabilized with fixes for identity-update relogins, authenticated UI synchronization, and route redirection. (af77f6799, fe2985868, d23cd719f)
- A critical issue causing the new chat screen to freeze for unauthenticated users was resolved. (744c1ecc7)
- AI content sanitization was stabilized by implementing retries for tool-naming quirks and optimizing model routing through OpenRouter and Groq. (76d8b2621, e222ffa1f)
- Localization logic now applies language preferences from URL parameters earlier in the load cycle, eliminating the ‘English flash’ and ensuring intro chat titles are correctly translated. (83b582c3b, 1f805d6e8, 7155aaf94)
- Compatibility for iPad Safari was improved with smooth height transitions for the daily inspiration banner and resolved navigation race conditions. (545e1419a, 0f9281bf7)
- PDF processing reliability was enhanced by ensuring OCR always runs for AI reading and protecting server-side caches from being overwritten by duplicate uploads. (6fc968098, 972097dfc, a5f4e0dc1)
- Travel connection data was refined to include daytime detection and layover city names for trains, while outbound dates are now correctly clamped in booking lookups. (118296ef7, 2fcd00e8e)
- The video creation embed received corrections for timeline duration matching, playback iconography, and fullscreen property wrapping. (b22fdbb64, 5179eab43)
Unreleased Progress
- Development of custom design primitives like OMToggle and OMSheet continued for upcoming Apple platform releases. (2a2f024be)
- The unreleased iOS app received significant UI updates, including a new chat welcome screen and a redesigned settings menu to match the web experience. (875157440, 4438b6026, 047224522)
- Design token synchronization was refined for Apple platforms, including fixes for gradients, inset shadows, and font registration. (90a8bea9a, be3db6324, 4f5b0ec0b)
- Internal productivity tools were expanded with new Obsidian synchronization scripts for daily notes and production statistics. (770fb1708, 4bf136dad)
- Integration work began for the GPT 5.5 model, including premium credit pricing configurations. (7e601c367)
- Project planning and roadmaps were initialized to achieve feature parity between the web application and upcoming Apple platform releases. (dde9e3bf7, 2f9797ecd, 8068c9ed9)
- Internal architecture and state management for the diff-based editing engine were established to support multiple document types. (556e68f69, 09caa2968)
Internal Progress
- Over 20 end-to-end login specifications were migrated to a robust authentication helper to better manage 2FA and OTP race conditions. (e21900a6a, 59025e4a4, d91bc9fb5)
- The test suite was expanded to verify Stripe Managed Payment refund PDFs and improve recipient-based inbox selection in automated flows. (96c02f833, ee2e8eed4, 072cea694)
Newsletter Guidance
Include
- New account email change functionality in settings. (5041358b6)
- Completion of the migration to Stripe Managed Payments and removal of legacy providers. (fd34fb52b, bb6e9afdd)
- New suite of touch gestures including edge swipes for menus and swipe navigation for headers. (2b19b1e09, f30df002c, cb98225f9)
- Train connection search via Deutsche Bahn with integrated booking links and official provider logos. (1ff0f4ac3, d909babd4, 616abde82)
- Diff-based editing engine for mail, code, and document embeds with a version timeline UI. (63fedfcd8, 5f1ac0f75)
- Interactive video creation embed featuring a synced playback timeline. (8f360dcbb, b3da0ebaf)
Exclude
- Foundational UI and design primitive work for Apple platforms. (2a2f024be, 875157440, 047224522)
- GPT 5.5 model integration and premium credit pricing. (7e601c367)
- Technical end-to-end test suite hardening and authentication helper migrations. (e21900a6a, 96c02f833)
Rationale
The newsletter highlights the most impactful user-facing advancements, including the new diff-based editing engine, the expansion of travel search to include trains, and significant mobile UX improvements. Internal infrastructure and unreleased platform work are excluded.
Quality Notes
- The introduction of diff-based editing was accompanied by extensive E2E test hardening to ensure reliability during AI inference.
- Significant focus was placed on international UX, specifically resolving the ‘English flash’ during initial page loads.
- The travel skill expansion to Deutsche Bahn includes deep integration such as daytime detection and direct booking links.