From 06926efbf5025bddc5bb5d779f53aa1163006342 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 28 Feb 2022 10:35:08 -0600 Subject: [PATCH] Bump to 1.10.0, update Changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ app/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095ee4f1e7..8513763086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Mailspring Changelog +## 1.10.0 (2/28/2022) + +This release moves Mailspring from Electron 8 to Electron 14 thanks to the hard work of @Phylu and other community members! 🎉 This brings Wayland support on Linux and many performance and security improvements. + +- This will allow Mailspring to ship Universal builds for MacOS ARM machines! + +- Mailspring now uses the system spellchecker more directly - on MacOS, the spellcheck language is auto-determined as you type. + +- We have temporarily removed the ability to reply directly from notification toasts on MacOS, pending futher support for it in Electron. + +**Features:** + +- The Mailspring snapcraft distribution now loads using LZO, which significantly improves launch performance. (Thanks to @kz6fittycent) + +- Mailspring now skips "All Mail" when syncing Protonmail accounts which prevents messages from thrashing between folders and consuming significant CPU. (Thanks to @bl00mber and others!) + +- Mailspring now defaults to SSL / TLS on port 465 for SMTP, per RFC 8314 (Thanks to @slokhorst) + +- We now go back to inbox after "Remove and show next/previous" for last email (Thanks to @nino) + ### 1.9.2 (9/5/2021) **Features:** diff --git a/app/package.json b/app/package.json index 68f59968ce..a6eea22caf 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.9.3", + "version": "1.10.0", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git"