Skip to content

Commit 5008ecc

Browse files
committed
1.10.7
1 parent 3a57145 commit 5008ecc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mailspring Changelog
22

3+
## 1.10.7 (11/21/2022)
4+
5+
- 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.
6+
7+
- When clicking "Unsubscribe", Mailspring verifies that the unsubscribe URL in the email will open in your default web browser.
8+
9+
- Composer recipient warnings are now optional. (Thanks @arhanjain!)
10+
11+
- The "and X more" display in message contacts no longer includes a stray `$` (Thanks @timdorr)
12+
313
## 1.10.6 (10/10/2022)
414

515
Features:

app/build/resources/linux/mailspring.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</screenshots>
3434

3535
<releases>
36+
<release version="1.10.7" date="2022-11-21"/>
3637
<release version="1.10.6" date="2022-08-10"/>
3738
<release version="1.10.5" date="2022-08-10"/>
3839
<release version="1.10.4" date="2022-08-09"/>

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mailspring",
33
"productName": "Mailspring",
4-
"version": "1.10.6",
4+
"version": "1.10.7",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/foundry376/mailspring.git"

0 commit comments

Comments
 (0)