mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
Bump to 1.10.0, update Changelog
This commit is contained in:
parent
1201bdedb5
commit
06926efbf5
2 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
20
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:**
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue