Bump to 1.10.1, update Changelog

This commit is contained in:
Ben Gotow 2022-03-12 10:37:53 -06:00
parent 5cf60d4ba4
commit b2e69c4b0a
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Mailspring Changelog
## 1.10.1 (3/12/2022)
This release fixes a critical issue in 1.10.0 that caused the app to fail to launch on Windows. This was caused by upstream changes to our AppVeyor build pipeline that changed the default compilation architecture from ia32 to x64 on Windows. We're sorry it took so long to track this down!
- Fixes the "View License" menu item on Windows (Thanks @Phylu!)
- References to "You" in Mailspring now include the label of the relevant account anytime more than one account is present. (Thanks @Phylu!)
## 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.

View file

@ -1,7 +1,7 @@
{
"name": "mailspring",
"productName": "Mailspring",
"version": "1.10.0",
"version": "1.10.1",
"repository": {
"type": "git",
"url": "git://github.com/foundry376/mailspring.git"