Skip to content

1.0.26

Compare
Choose a tag to compare
@jstejada jstejada released this 13 Feb 19:01
· 5816 commits to master since this release

1.0.26 (2/13/17)

  • Fixes:
    • Downloads retry if they fail
    • NylasID doesn't intermittently log out or throw errors
    • Fix initial sync for Inbox Zero Gmail accounts

1.0.25 (2/10/17)

  • Fixes:
    • When replying to a thread, properly add it to the sent folder
  • Development:
    • Can now once again run Nylas Mail test suite

1.0.24 (2/9/17)

  • Fixes:
    • Fix error reporter when reporting an error without an identity (this would
      crash the app)
  • Development:
    • Fix logging inside local-sync api requests
    • Stop reporting handled API errors to Sentry
    • Report thread-list perf metrics

1.0.23 (2/8/17)

  • Fixes:
    • Fix emails occasionally being sent with an incomplete body (#3269)
    • Correctly thread messages together when open/link tracking is enabled
    • Fix Mailbox does not exist error for iCloud users (#3253)
    • When adding account, correctly remove whitespace from emails
    • Fix link in update notification to point to latest changelog
  • Performance:
    • Thread list actions no longer sporadically lag for ~1sec (this is especially
      noticeable when many accounts have been added)
    • No longer slow down sync process when more than 100,000 threads have been synced
  • Development:
    • Better logging in worker window
    • You can now run a development build of Nylas Mail alongside a production
      build

1.0.22 (2/7/17)

  • Fixes:
    • New mail notification sounds on startup are combined when multiple new messages have arrived
    • You can now correctly select threads using cmd and shift
    • Improve message fetching by making sure we always fetch the most recent
      messages first.
    • Improve IMAP connection timeouts by incrementing the socket timeout (#3232)
    • When adding a Google account, make sure to show the Account Chooser
  • Development:
    • Nylas Identity is no longer stored in config.json