Skip to content

Commit

Permalink
Bump to 1.10.0, update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Feb 28, 2022
1 parent 1201bde commit 06926ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 06926ef

Please sign in to comment.