From f587b7b728830dae59e9faa7e39a769890fd8e63 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 15 Aug 2018 09:56:15 -0700 Subject: [PATCH] Bump to 1.4.2 and update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ app/package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34266fcea..2f96b73a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Mailspring Changelog +### 1.4.2 (8/15/2018) + +Fixes: + +* Mailspring no longer attempts CRAM-MD5 SMTP auth instead of PLAIN or LOGIN when both are supported. + CRAM-MD5 and DIGEST-MD5 require you've exchanged a shared secret with the SMTP server which is almost + never the case. #620 + +* Mark as Spam now appears in the right-click dropdown menu for threads. + +* The IMAP/SMTP port dropdowns no longer "stick" the first time you change them during setup. + +* Mailspring now lets you know if your SMTP server refused to relay a test message during setup. + +* Mailspring now correctly supports SMTP accounts that do not require a username or password. #469 + +* Open and link tracking now work correctly for accounts using Courier IMAP, (where sent messages + do not appear until re-selecting the folder via IMAP.) + +Debugging: + +* Mailspring now prints descriptive SMTP error strings instead of SMTP error codes in logs. + ### 1.4.1 (8/10/2018) Fixes: diff --git a/app/package.json b/app/package.json index d8cf1dc45..61907023c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.4.1", + "version": "1.4.2", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "description": "The best email app for people and teams at work", "license": "GPL-3.0",