Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Releases: whiteout-io/mail

v1.2.1

05 Aug 12:58
Compare
Choose a tag to compare

Release notes

  • Remove winstore-jscompat (not necessary in Windows 10 anymore)

v1.2.0

26 Jun 09:42
Compare
Choose a tag to compare

Release notes

  • Use native TLS stack on iOS and Android (removes annoying warning when certificate rotates)

v1.1.0

15 Jun 13:02
Compare
Choose a tag to compare

Release notes

  • Upgrade to OpenPGP.js v1.2.0 with performance/memory optimizations
  • Add select all/none in desktop UI mail list

v1.0.0

18 May 15:19
Compare
Choose a tag to compare

Release notes

  • First stable release
  • Display sender email address in reader
  • Fix IMAP folder for key-sync
  • Fix several security issues (audit report to be published soon)

v0.27.0

11 May 14:23
Compare
Choose a tag to compare

Release notes

  • Performance optimizations
  • Purge IndexedDB on logout

v0.26.0

28 Apr 13:11
Compare
Choose a tag to compare

Release notes

  • Promote install to homescreen on Chrome for Android
  • Offline precaching using sw-precache to generate a Service Worker
  • Display OpenPGP signature information using a subset of the modernpgp.org icon spec
  • Fix SSL certificate rejected bug while sending
  • Fix various security vulnerabilities from Cure53 Audit (report to be published soon)

v0.25.0

07 Apr 16:31
Compare
Choose a tag to compare

Release notes

  • Simplified on-boarding UX
  • Implement PGP key sync via IMAP
  • Performance optimizations for large mailboxes

v0.24.2

27 Feb 13:13
Compare
Choose a tag to compare

Release notes

  • Fix floating compose buttons over html message in reader

v0.24.0

20 Feb 15:21
Compare
Choose a tag to compare

Release notes

  • Make whole reader scrollable (not just mail body) to make much better use of screen real-estate.
  • Add invite dialog in writer when no public key is found

v0.23.1

18 Feb 16:52
Compare
Choose a tag to compare

Release notes:

  • Uses native key generation on iOS 8.0 and above
  • Integrate promise based email.js stack