Skip to content

v1.7.54

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:13

What's Changed

Bug Fixes 🐛

  • Thread Deduplication: Added a fast UI-level deduplicator to filter out identical API-level messages (e.g.,
    from mailing lists or Google automated CCs) to keep threads clean.
  • Ghost Drafts: Fixed an issue where local drafts remained visible alongside sent messages, which previously
    caused thread message counts to inflate incorrectly.
  • Safe Draft Discard: Fixed a critical bug where discarding a draft on an active reply would delete the entire
    parent thread locally and schedule it for trash.
  • Cache Storage Migration: Migrated the Room database from userdata to cacheDir. The native Android 'Clear
    Cache' button now safely and correctly reclaims space. A seamless migration function handles the transition for
    existing users on startup.