Mailspring/CHANGELOG.md
2017-10-03 09:55:01 -07:00

27 lines
No EOL
1.5 KiB
Markdown

# Mailspring Changelog
### 1.0.0 (10/3/2017)
Features:
- Entirely re-written sync engine uses significantly less RAM and CPU, improving performance and battery life.
- Mailspring launches 55% faster, thanks to a new package manager and theme manager and a thinner application bundle.
- Improved quoted text detection makes it easier to read threads, especially messages sent from Exchange and older versions of Outlook.
Developer:
- Mailspring now stores user preferences in the appropriate platform-specific location: `Library/Application Support` on the Mac, `AppData/Roaming` on Windows, etc.
- `NylasEnv` is now known as `AppEnv` and `nylas-exports` and `nylas-component-kit` have been renamed `mailspring-*`. Additionally, packages need to specify `"engines": {"mailspring":"*"}` instead of listing `nylas`.
- Much more of Mailspring has been converted to ES206, and CoffeeScript is no longer supported for plugin development. The CoffeeScript interpreter will be removed in a future version. Please use ES2016 JavaScript instead.
- Mailspring now uses `Prettier` — before submitting pull requests, ensure `npm run lint` is clean, or add a Prettier plugin to your text editor. (It's awesome!)
- A plugin browser / "store" is coming soon - stay tuned!
Privacy:
- Mailspring does not send your email credentials to the cloud. Features like Snooze, Send Later, and Send Reminders now run on your computer. Future versions may re-introduce the option to run these features in the cloud.