mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-09 22:24:27 +08:00
Bump to 1.10.1, update Changelog
This commit is contained in:
parent
5cf60d4ba4
commit
b2e69c4b0a
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue