diff --git a/CHANGELOG.md b/CHANGELOG.md index c147437931..b953d969ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Mailspring Changelog +## 1.10.7 (11/21/2022) + +- When creating a new IMAP + SMTP account, Mailspring sends a test message through the SMTP gateway to yourself, instead of attempting to send the message to an invalid address. + +- When clicking "Unsubscribe", Mailspring verifies that the unsubscribe URL in the email will open in your default web browser. + +- Composer recipient warnings are now optional. (Thanks @arhanjain!) + +- The "and X more" display in message contacts no longer includes a stray `$` (Thanks @timdorr) + ## 1.10.6 (10/10/2022) Features: diff --git a/app/build/resources/linux/mailspring.appdata.xml.in b/app/build/resources/linux/mailspring.appdata.xml.in index f1714ee061..b091827068 100644 --- a/app/build/resources/linux/mailspring.appdata.xml.in +++ b/app/build/resources/linux/mailspring.appdata.xml.in @@ -33,6 +33,7 @@ + diff --git a/app/package.json b/app/package.json index 1e3d10ed7c..ef966c0ee5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.10.6", + "version": "1.10.7", "repository": { "type": "git", "url": "git://github.com/foundry376/mailspring.git"