Daily Release Summary: 2026-04-21
Daily Release Summary: 2026-04-21 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Overview OpenMates...
[T:documentation.sender_name]
Daily Release Summary: 2026-04-21
Generated from 11 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
OpenMates focused on refining the CLI authentication experience and improving the usability of fullscreen embeds. Key updates include resolving login blocks for passkey users and enhancing text interactions within various embed types.
Released Changes
- None
Bug Fixes
- OpenMates resolved an issue where passkey users were blocked during CLI pair login and addressed timeouts when loading the chats list. (83beb2f44)
- The project improved text selectability and markdown rendering across fullscreen embeds, specifically affecting event, nutrition, and travel views. (203d4ce66)
- A security vulnerability was addressed by upgrading python-dotenv to version 1.2.2. (df6621043)
- The encryption service now uses a more robust handler for highlight decryption to prevent data loss caused by key-race conditions. (50cc95473)
Unreleased Progress
- None
Internal Progress
- Several updates were made to the CLI publishing workflow to ensure correct versioning, including auto-incrementing patch versions and properly handling prerelease suffixes. (88c5d65ce, c339c9177, cefccc4af)
Newsletter Guidance
Include
- CLI login improvements for passkey users. (83beb2f44)
- Enhanced fullscreen embed interactions and markdown rendering. (203d4ce66)
Exclude
- Security update for python-dotenv. (df6621043)
- Encryption race condition fix. (50cc95473)
- CI publishing workflow refinements. (88c5d65ce, c339c9177, cefccc4af)
Rationale
The updates to the CLI and fullscreen embeds provide the most direct benefit to users, while the remaining changes are security or infrastructure-focused.
Quality Notes
- CLI stability improved for passkey users.
- UI consistency improved for markdown rendering in embeds.