N1 v2.0.28 Release Notes

Release Date: 2017-04-27 // almost 7 years ago
  • 2.0.28 (4/26/2017)

    • ๐Ÿ›  Fixes:
      • Fix send later with open/link tracking

    2.0.27 (4/26/2017)

    • ๐Ÿ›  Fixes:
      • Don't throw error when search query has trailing whitespace

    2.0.26 (4/26/2017)

    ๐Ÿ›  Fixes:

    • Fix self-triggering in open and link tracking
    • Speed up sending per recipient

    - Fix open and link tracking when sending per recipient

    Development:

    • Consolidate TrackingUtils & better documentation

    2.0.23 (4/25/2017)

    • ๐Ÿ›  Fixes:
      • Properly retry retryable errors in syncback tasks

    2.0.21 (4/24/2017)

    • ๐Ÿ›  Fixes:
      • Fix throwing errors inside Interruptible
      • Fix sending on Gmail with large attachments (caused by conflict with syncing
        sent folder)
      • Increment max size for attachments

    2.0.20 (4/24/2017)

    • ๐Ÿ›  Fixes:
      • Correctly pass connSettings to convertSmtpError
      • Fix attachment previews
      • Fix link editor jumping away from you in composer
      • Fix certificate error msg
      • Detect smtp cert errors and relax condition to detect them

    2.0.19 (4/21/2017)

    ๐Ÿ”‹ Features:

    • Allow users to select custom folder mappings for Sent and Trash folders
    • Move messages out of db into compressed flat files for better space
      efficiency

    ๐ŸŽ Performance:

    • 10x speed improvement for sending messages

    - Improve performance of all syncback tasks by 500ms

    ๐Ÿ›  Fixes:

    - Correctly cleanup orphaned messages during sync

    Development:

    • Refactor sending code and remove cruft
    • Fix the specs