Product Updates
Changelog
Track all updates, new features, and improvements to Tether Inbox. We ship fast.
v0.9.0 January 11, 2025
Per-channel data management iMessage sync controls Instagram share previews
- Per-channel data management with selective deletion
- iMessage sync controls: manual sync trigger, configurable sync period
- Real-time iMessage sync via Tauri filesystem events
- Mobile-to-desktop pending sends relay for native channels
- Contact name auto-enrichment from macOS Contacts app
- Instagram shared content preview with oEmbed fallback
- Webhook event logging and debugging queries
- Data management danger zone with delete-all confirmation
- Replaced SyncWidget with comprehensive DataManagementSection
- Enhanced Unipile sync with MIME type inference for attachments
- Improved webhook handling for Instagram shares
- Better attachment metadata preservation
- Marketing site removed from main monorepo
- Slack message direction detection now correctly identifies inbound vs outbound
- Instagram share detection schedules re-sync when webhook payload lacks post data
v0.8.0 January 10, 2025
Message reactions Push notifications Send status indicators
- Message reactions display with WhatsApp-style emoji badges
- Send status indicators showing pending/sent/failed state
- Group chat participant display with sender attribution
- Optimistic message creation for immediate UI feedback
- Pending sends queue for native channel relay
- Push notifications via Expo Push for iOS and Android
- Per-user notification preference management
- Smart notification suppression when viewing active conversation
- Deep linking from notifications to conversations
- Enhanced conversation message handling with reaction sync
- Improved message synchronization and attachment snippets
- Refactored authentication and authorization logic
- Reaction events no longer create duplicate messages
v0.7.0 January 9, 2025
Native iMessage sync Slack integration Social posts
- Native iMessage sync via Tauri on macOS
- SMS message support through desktop relay
- Full Disk Access and Contacts permission flows
- iMessage sync state tracking with row ID cursors
- Native AppleScript integration for sending iMessage/SMS
- Native Slack integration with OAuth
- Slack workspace sync with bot and user token scopes
- Slack DM channel support with thread timestamp tracking
- Slack webhook handlers for real-time message events
- Instagram and LinkedIn post integration on contact profiles
- Posts tab showing social media activity with engagement metrics
- Tauri desktop app now serves as the bridge for native messaging channels
v0.6.0 January 9, 2025
Contact deduplication Rich attachments Media gallery
- Contact deduplication system with unified identifiers
- Contact profiles with activity timeline, media gallery, and details tabs
- Potential duplicates detection using fuzzy matching
- Manual contact linking/merging capability
- Profile picture caching with 24-hour TTL
- Connected channels grid showing platforms per contact
- Rich attachment support (images, videos, documents)
- Attachment metadata preservation
- Media gallery view for contact attachments
v0.5.0 January 8, 2025
8 messaging platforms via Unipile Real-time webhooks
- Unipile integration for 8 messaging platforms
- WhatsApp: chat sync, send/receive, media
- Instagram: DMs, shared posts
- LinkedIn: messages, connections
- Facebook Messenger: full chat sync
- Telegram: messages, media
- Twitter/X: DMs
- Gmail: email sync, compose, replies
- Outlook: email sync, compose, replies
- OAuth connection flows for each provider
- Real-time webhook handlers for incoming messages
- Email compose with subject and HTML body support
- Incremental sync every 2 minutes, full sync every 6 hours
v0.4.0 January 8, 2025
Core UI screens Inbox, Conversation, Contacts, Settings
- Inbox screen with conversation list sorted by recent activity
- Conversation view with message threading
- Contacts list with A-Z grouping and search
- Settings page with account management
- Channel badges showing active platforms per conversation
- Unread message tracking and indicators
- Mark as read functionality
- Established feature-based architecture in src/features/
v0.3.0 January 8, 2025
Expo mobile app iOS and Android support
- Expo mobile app for iOS and Android
- File-based routing with expo-router
- Mobile feature parity with web
- Native tab navigation with dynamic badges
- Haptic feedback system
- Liquid Glass UI effects on iOS
- Light and dark theme support synced with web
v0.2.0 January 7, 2025
Tauri desktop app Native macOS/Windows support
- Tauri desktop app wrapper for macOS/Windows
- Native system integration capabilities
- Menu bar integration
- System notifications support
v0.1.0 January 7, 2025
Initial release Monorepo foundation
- Monorepo setup with pnpm workspaces
- React 19 web app with TanStack Router and TanStack Query
- Convex backend with real-time subscriptions
- Clerk authentication integration
- Shared package for constants and utilities
- Base database schema
- Light and dark theme support