etouch
Sign in
Back to changelog
by theodaguier

Changelog — June 12, 2026

Major mobile overhaul with QR pairing authentication, native modal flows migration, and push notification scaffolding. Includes API resolvers for mobile pairing and org branding.

#feature#mobile#refactor#api

Release

v1.54.0

✨ New Features

  • Mobile QR Pairing Auth — Scan a QR code from mobile to pair with a desktop session and approve authentication. New GraphQL resolvers (mobile-pairing), Redis-backed pairing library, and full connect flow in the mobile app. #701

  • Push Notifications Scaffolding — Dedicated notifications tab with expo-notifications integration and profile screen groundwork. #701

  • Today View — New agenda, week, month, and timeline views for the mobile dashboard. #701

  • Organization Branding API — New GraphQL resolver for fetching and managing organization branding settings. #701

♻️ Refactoring & Technical Improvements

  • Native Modal Flows Migration — Migrated remaining gorhom bottom sheets to native iOS modal routes (app/modal/*) for sessions, products, machines, and clients, improving UX consistency and native feel. #701

  • iOS Project Rename — Renamed Xcode project from studiomobile to etouch. #701

  • Cleanup — Removed stale screenshot assets from the repository root. #701