Releases: whiteout-io/mail
Releases · whiteout-io/mail
v1.2.1
Release notes
- Remove winstore-jscompat (not necessary in Windows 10 anymore)
v1.2.0
Release notes
- Use native TLS stack on iOS and Android (removes annoying warning when certificate rotates)
v1.1.0
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
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
Release notes
- Performance optimizations
- Purge IndexedDB on logout
v0.26.0
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
Release notes
- Simplified on-boarding UX
- Implement PGP key sync via IMAP
- Performance optimizations for large mailboxes
v0.24.2
Release notes
- Fix floating compose buttons over html message in reader
v0.24.0
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
Release notes:
- Uses native key generation on iOS 8.0 and above
- Integrate promise based email.js stack