Bump to 1.4.2 and update changelog

This commit is contained in:
Ben Gotow 2018-08-15 09:56:15 -07:00
parent bc291fde5d
commit f587b7b728
2 changed files with 24 additions and 1 deletions

View file

@ -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:

View file

@ -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",