Bump to 1.4.0, update changelog

This commit is contained in:
Ben Gotow 2018-08-08 17:36:51 -07:00
parent f1729ca9b6
commit e03adab4fd
2 changed files with 28 additions and 1 deletions

View file

@ -1,5 +1,32 @@
# Mailspring Changelog # Mailspring Changelog
### 1.4.0 (8/5/2018)
Mailspring 1.4 adds macOS Touch Bar support and expands the `Thread` and `View` menus to include a
wider range of functionality previously tied to keybindings but missing from the apps menus.
Mailspring 1.4 also brings a revised welcome screen that separates Office 365 and Outlook and
adds presets for Yandex and GMX. The new welcome screens display tips specific to each provider,
ensuring that you follow any required steps (like creating an App Password or enabling IMAP.)
Fixes:
* Mailspring now connects to SMTP servers that only support GSSAPI or Kerberos and PLAIN using the PLAIN method rather than trying to use Kerberos and failing. #341
* The "undo send" toast in Mailspring now has a countdown timer, and the undo button has been visually differentiated from the background. #872
* Emails no longer get "stuck" when using undo send in some scenarios. #336
* Undoing a send of an inline reply during the undo-send time window no longer leaves the composer "locked" or re-sends the original draft. #596, #390
* Mailspring no longer throws an exception when parsing quoted text for some emails.
* Removing the last account from Mailspring no longer causes it to return to the "Connect an Account" screen with errors that prevent you from moving forward without restarting the app.
* The print window now warns you if one or more messages were omitted because they were collapsed, and renders properly in the dark theme.
* The default SMTP port for Outlook is now the STARTTLS default and not port 25. #725
### 1.3.0 (7/14/2018) ### 1.3.0 (7/14/2018)
* Mailspring 1.3 brings an overhauled search bar with powerful autocomplete that makes it easier to create advanced search queries. * Mailspring 1.3 brings an overhauled search bar with powerful autocomplete that makes it easier to create advanced search queries.

View file

@ -1,7 +1,7 @@
{ {
"name": "mailspring", "name": "mailspring",
"productName": "Mailspring", "productName": "Mailspring",
"version": "1.3.0", "version": "1.4.0",
"commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING",
"description": "The best email app for people and teams at work", "description": "The best email app for people and teams at work",
"license": "GPL-3.0", "license": "GPL-3.0",