From 5008ecc36132e313223ed0988d03f93f2c9f08df Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 21 Nov 2022 09:42:32 -0600 Subject: [PATCH] 1.10.7 --- CHANGELOG.md | 10 ++++++++++ app/build/resources/linux/mailspring.appdata.xml.in | 1 + app/package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14743793..b953d969a 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 f1714ee06..b09182706 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 1e3d10ed7..ef966c0ee 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"