Skip to content

v1.7.47

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:43

Release Notes

What's New

Features

  • True-undo send: Accidentally sent an email? Now you can undo it before it's fully processed. The app stores pending sends and lets you cancel them from the compose screen.

Bug Fixes

  • Push notification reliability: Fixed sync frequency to respect your notification settings. Push notifications now work correctly across all build flavors.

Maintenance

  • Database bumped to v17 with FTS and pending_sends migrations
  • New PendingSendEntity and PendingSendDao for tracking outgoing emails
  • ComposeViewModel integration for undo-send flow
  • PushBackendClient updated with proper access token handling